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?

Reply via email to