小川恭史 Thu, 12 Oct 2017 19:58:36 -0700
I want to remove multiple stashed states at a time. But "git stash drop <stash>" removes only one stashed state at a time and "git stash clear" remove all.
Can I do that?