Created
September 12, 2011 03:04
-
-
Save deepakprasanna/1210497 to your computer and use it in GitHub Desktop.
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
shikeb@psi:~/rails$ git stash list | |
stash@{0}: WIP on master: 95fdaf9 Merge branch 'master' of github.com:lifo/docrails | |
shikeb@psi:~/rails$ git stash pop | |
# On branch master | |
# Your branch is ahead of 'origin/master' by 131 commits. | |
# | |
# Changed but not updated: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: .gitignore | |
# modified: Gemfile | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
Dropped refs/stash@{0} (7d8071129f7fde003ef2038952a31cabd7e5ac25) | |
shikeb@psi:~/rails$ git stash list <--- Its gone!! | |
shikeb@psi:~/rails$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment