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
You are referring to the tracking branches, but what about the "real" local feature branches?
Did you know about the setting fetch.prune=true to automatically prune the tracking branches?
To delete the latter I use this bash script, found somewhere presumably stackoverflow, and run it from time to time manually. It would be great if gitui could clean them as well.
@ffes actually this is exactly what I had in mind for this ticket. fetch will already do the prune of tracking branches, just like on the regular git cli.
when in the branch list I want to be able to cleanup local
trackingbranches of remote branches that were removed on the remoteThe text was updated successfully, but these errors were encountered: