how to push from git bash to github code example Example: pushing to github Click to copygit add . git commit -m "First commit" git push origin master