git push -u origin <branch-name>
git checkout -b <branch> git add . git commit -m "comment" git push -u origin <branch>
git checkout -b my_new_branch git commit