Is it possible to hide a stash in git?
Basically, there's a stash that I'm 95% sure I won't need. I'd like to be able to not show it when I do a normal git stash list
, but if I decide I do need it after all, I'd like to be able to pass some sort of --show-everything
option to git stash list
and find it.