After I’ve set up my github account and successfully posted, here are the commands I use to commit changes to my project (assuming I’m in the current working directory):
git add -A git commit -m "some witty commit message" git push origin master