git push my current branch as a pull request to remote code example Example: pushing to github git add . git commit -m "First commit" git push origin master