How to Push to GitHub (Template) What is push? Push sends your commits to GitHub Steps First push for a new branch: git push -u origin <branch-name> Example: git push -u origin my-first-branch Next Read: How to Create a PR