View your git stash
Keep forgetting what you stashed? Popping your stash can cause some pretty severe damage if you're in the wrong branch. Luckily it's quite easy to just view what your stash contains.
git stash show
Inspect stashes:
git stash show -p stash@{0}
# {0} being the entry that is popped when you
# git stash pop
Written by Emil Ahlbäck
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git stash
Authors
clawfire
2.988K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#