Created
November 20, 2018 13:52
-
-
Save simple17/2342e1c609078f5313aae2b26e7c0c7f to your computer and use it in GitHub Desktop.
[Uncommit] Uncommit last commit then stash #git
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^ | |
git stash | |
git pull | |
git stash apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment