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