How do I delete a Git branch with TortoiseGit

后端 未结 3 1767
小蘑菇
小蘑菇 2020-12-12 11:59

Is there an option to delete a branch with TortoiseGit?

I found a solution for the commandline. Is there an implementation in TortoiseGit?

3条回答
  •  轮回少年
    2020-12-12 12:36

    Open log dialog first, there are ways to delete branch(es):

    1. Right click on branch

    2. Right click on commit

    3. In Browse references dialog

    4. Delete merged branches

    5. 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:

提交回复
热议问题