how to git bash commit to a repository created in git hub code example Example: pushing to github git add . git commit -m "First commit" git push origin master