Sourcetree/git to not show closed remote branches

Is it possible to hide closed remote brances in sourcetree? I would not want the remote section to show all old remotes, which has really been closed already.


According to this seems like you cannot close a branch on git.

One workaround is that you can rename your branches from bName to oldClosedBranches/bName then you will keep just one 'folder' for all of them.

Rename-master-branch-for-both-local-and-remote-git-repositories

链接地址: http://www.djcxy.com/p/15828.html

上一篇: 从git中还原合并和历史“撤销”

下一篇: Sourcetree / git不显示关闭的远程分支