The four commandments of Github

git pull git@github.com:user/repository.git
git add .
git commit -a
git push origin master

Perhaps now Mr. Google will tell me these next time I forget them.