Let's say i'm in a branch off of master, called "my_new_stuff". I have a feeling i might have stashed something in there. I'm worried that if I do git stash pop and i didn't stash anything it's going to shove a load of unwanted crap into my working folder.
Can i see if there are stashed changes without unstashing them?
thanks, max
git stash showsubcommand that seems like it would be useful here.