Instantly share code, notes, and snippets.
Git cancel last commit
git reset HEAD~
Git cancel last pull
git reset --hard ORIG_HEAD