Skip to main content
How can I destroy my last Git commit but keep its changes?
FAQ
Authors
02 Sep 2013 -
git
git reset --soft HEAD^
References
http://stackoverflow.com/a/927386