how to create a github repo and upload files using git bash code example Example: pushing to github git add . git commit -m "First commit" git push origin master