$ git reset --hard COMMIT_HASH_TO_REVERT_TO
$ git reset --soft @{1}
$ git commit

Credit to: https://stackoverflow.com/questions/1463340/how-to-revert-multiple-git-commits