You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to remove obsolete branches it does nothing. It was working with previous versions.
Edited:
The plugin does not remove branches that are not fully merged. These branches are listed by the git branch --merged command despite of they are not fully merged (merged to HEAD, but not merged to the remote tracking branch).
GitExt should have an option to delete also not fully merged branches. Not fully merged branches have to be deleted with -D option.