Skip to content
Tim Rocktäschel edited this page Dec 28, 2013 · 2 revisions

Branching

cd scalapplcodefest
git checkout -b nameOfMyBranch
touch ANewFile
git add ANewFile
git commit -m "added a new file"
git push origin nameOfMyBranch

Merging

Clone this wiki locally