Last Updated: February 25, 2016
·
329
· shakeelmohamed

Remove an accidentally pushed remote git commit

git checkout [branch name]
git checkout [commit sha]
git push -f -n # Do a dry run
git push -f # Do the damn thing