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