git push -u origin branchName
git checkout -b git add . git commit -m "comment" git push -u origin
$ git push