how to make the current directory the next commit on github code example Example: pushing to github git add . git commit -m "First commit" git push origin master