Empurre um novo ramo
git push -u origin <branch-name>
Mushy Monkey
git push -u origin <branch-name>
git push -u origin branchName
git checkout -b <branch>
git add .
git commit -m "comment"
git push -u origin <branch>
git checkout -b my_new_branch
git commit
pushing to an existing branch