42
$ git branch -f bugFix <commit hash>
$ git push origin --delete gh-pages
$ git reset <commit hash>
$ git checkout HEAD~2