how to push commits to git to an already existing repo code example Example: pushing to github git add . git commit -m "First commit" git push origin master