Is there an option to delete a branch with TortoiseGit?
I found a solution for the commandline. Is there an implementation in TortoiseGit?
Open log dialog first, there are ways to delete branch(es):
Right click on branch
Right click on commit
In Browse references dialog
Delete merged branches
Delete those remote-tracking branches which its remote branches are not exist on remote
[Note] if you want to prune non-exist branches each time you perform fetch, you can do these: