admin管理员组

文章数量:1125618

We switch from SVN to git and use the Eclipse version 2024-12. When somebody deletes a git branch (remote) and I fetch, Eclipse shows a popup with the new and deleted branches. We set also the fetch.prune = true property, but this deletes only the reference to the remote branch. So the problem is that we have still all branches local and have to delete every branch manually that was remote deleted.

Is there a way to show the deleted branches or delete it automatically? Now we should copy all names from the popup with the deleted Branches and do it manually.

Best solution should that Eclipse mark the local branches in red or something.

本文标签: eclipseShow remote deleted git branchesStack Overflow