We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd scalapplcodefest git checkout -b nameOfMyBranch touch ANewFile git add ANewFile git commit -m "added a new file" git push origin nameOfMyBranch