Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. shikeb@psi:~/rails$ git stash list
  2. stash@{0}: WIP on master: 95fdaf9 Merge branch 'master' of github.com:lifo/docrails
  3. shikeb@psi:~/rails$ git stash pop
  4. # On branch master
  5. # Your branch is ahead of 'origin/master' by 131 commits.
  6. #
  7. # Changed but not updated:
  8. # (use "git add <file>..." to update what will be committed)
  9. # (use "git checkout -- <file>..." to discard changes in working directory)
  10. #
  11. # modified: .gitignore
  12. # modified: Gemfile
  13. #
  14. no changes added to commit (use "git add" and/or "git commit -a")
  15. Dropped refs/stash@{0} (7d8071129f7fde003ef2038952a31cabd7e5ac25)
  16. shikeb@psi:~/rails$ git stash list <--- Its gone!!
  17. shikeb@psi:~/rails$
Add Comment
Please, Sign In to add comment