remove last pushed commit github code example
Example 1: delete a pushed commit
# delete the last commit
$git reset –hard HEAD~
Example 2: github undo last pushed commit
git reset <previous label or sha1>
git commit -am "blabla"
git push -f <remote-name> <branch-name>