Hi Mitch,
you should be able to drop stash items from the repository window.
Team -> Repository -> Repository Browser -> Stashes
The git stash integration is a bit lacking in NB since I believe it was added
long after NB already had a version system neutral "shelve changes" concept in
place.
Just started learning how to create Web page with embedded Java using
the Java Tutorials. The tutorials are geared to a client/server
interface. I am interested in performing all activities at the client side.
The objective is to include a Java program within a Web page, and to
provide an inte
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