Created
February 4, 2015 20:19
-
-
Save steffen-wirth/a41954d8a8de5db12b07 to your computer and use it in GitHub Desktop.
reset last commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git reset --soft HEAD^ | |
edit | |
git add ... | |
git commit -c ORIG_HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment