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