On 2 October 2011 08:47, Brandon Casey [off-list ref] wrote:
On Aug 22, 2011 10:06 PM, "Hilco Wijbenga" [off-list ref] wrote:
quoted
Is it possible to do git stash
pop without losing the stash?
That's called 'git stash apply'.
:-) Yeah, I had actually discovered that myself. I had been using
"pop" and "apply" interchangeably until I noticed I had a number of
stashes stored that I was not aware of. That's when I discovered they
did in fact *not* have exactly the same meaning. :-)