Skip to main content

How can I destroy my last Git commit but keep its changes?

02 Sep 2013 - git

git reset --soft HEAD^

References