How do I push local code to GitHub? code example Example: pushing to github git add . git commit -m "First commit" git push origin master