hiranchaudhuri1 opened a new issue, #8866:
URL: https://github.com/apache/netbeans/issues/8866

   ### Description
   
   When working in projects, branches pile up, and so do remote branches.
   Every now and then I have to carefully select the remote branches no longer 
on the server to remove the same origins in my local repo. Or I use one of the 
commands listed here: 
https://stackoverflow.com/questions/3184555/cleaning-up-old-remote-git-branches#3184742
   
   - git branch -r -d origin/devel
   - git remote prune origin
   - git fetch origin --prune
   
   ### Use case/motivation
   
   This allows to easier manage the git branches while the project proceeds.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to