cd scalapplcodefest git checkout -b nameOfMyBranch touch ANewFile git add ANewFile git commit -m "added a new file" git push origin nameOfMyBranch
There was an error while loading. Please reload this page.