Created
September 17, 2013 22:30
-
-
Save joncode/6601579 to your computer and use it in GitHub Desktop.
STASH apply
This file contains hidden or 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 stash | |
| stash the last commit | |
| git stash apply | |
| applies the last stash | |
| git stash apply stash@{2} | |
| if you want one of the older ones | |
| git stash drop with the name of the stash to remove: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment