We create a branch for every defect & feature in our app. When the work is
done, it gets merged into the main branch and the feature/defect branch
becomes obsolete. What is the best way, in netbeans, to delete these
obsolete branches completely? I found this:
https://netbeans.org/kb/docs/ide/git.html#branchDelete
but that only "seems" to address the simple case of deleting either a local
or remote branch. How do you completely delete a remotely tracked branch?
I.e. when I go to the Git Repository Browser->Branches->Local, I see
entries like this:
branch123 (in sync with "origin/branch123") - 9b4fff2c93
and I also see the branch under Branches->Remote:
origin/branch123 - 9b4fff2c93
Which one do I right-click "Delete Branch..."? Both? Clicking on either
just gives you an "Are you sure?" kind of dialog.
thanks a bunch,
tom
--
[email protected]
http://landofwolf.blogspot.com/