I frequently use Git unstash from the Team menu in NetBeans. That works fine, but then I have to drop the stash manually from the command line. Is there any way to apply and drop at the same time? (something like "git stash pop") Or a way to manage the stash list from NetBeans?
Mitch