Tuesday, February 2, 2016

Git: cancel a git stash apply

If you haven't pushed:
git reset --hard [last_good_commit]
or if you have pushed:
git revert [last_good_commit]