Push single commit

git push origin HEAD~1:master

This pushes the next-to-last commit (and those prior) to origin/master.