how can you push/commit to github from your local computer code example Example: pushing to github git add . git commit -m "First commit" git push origin master