how to push a local git to a repo code example Example: pushing to github git add . git commit -m "First commit" git push origin master