Ver seu git stash

Continue esquecendo o que você escondeu? Popping seu stash pode causar alguns danos bastante graves se você estiver no branch errado. Felizmente, é muito fácil ver apenas o que seu estoque contém.

git stash show

Inspecione esconderijos:

git stash show -p stash@{0} 
# {0} being the entry that is popped when you
# git stash pop