Re: Best way to delete Git branches in NB?

2018-01-30 Thread Thomas Wolf
Thanks John. I'll do a quick search for such a script - not to use it (I think I'd rather do it manually), but to see what order it should be done in (remote delete first or local?). But hopefully someone on this group will still chime in with what order they do it *successfully* from within NB's

Re: Best way to delete Git branches in NB?

2018-01-30 Thread John McDonnell
Hi Thomas, For removing "stale" branches there are some scripts available from sources like StackOverflow. I know I had one before, which was very useful as we too created branches for each defect. As for the other, more NetBeans related question, to see all branches available, I usually go "rig

Re: Best way to delete Git branches in NB?

2018-01-30 Thread Thomas Wolf
...and related to my first question: how do I see all remote branches? It seems that only the branches I created are visible to me in "Git Repository Browser"->"Repository"->"Branches"->"Remote". Thnx, tom On Tue, Jan 30, 2018 at 11:52 AM, Thomas Wolf wrote: > > Our group creates a lot of bran

Best way to delete Git branches in NB?

2018-01-30 Thread Thomas Wolf
Our group creates a lot of branches - one for each bug we fix. For a given bug we start off creating a local branch. When it's fixed, I push the branch to our server so testing can verify it. At that point, NB offers to track the branch. When testing accepts the change, I typically merge it int