github undo last pushed commit

Shell
git reset <previous label or sha1>
git commit -am "blabla"
git push -f <remote-name> <branch-name>
Source

Also in Shell: