Sourcetree/git 不显示关闭的远程分支
Sourcetree/git to not show closed remote branches
是否可以在sourcetree中隐藏关闭的远程分支?我不希望远程部分显示所有已经关闭的旧遥控器。
根据 this 看来您无法关闭 git 上的分支。
一种解决方法是,您可以将分支从 bName 重命名为 oldClosedBranches/bName,然后您将只为所有分支保留一个 'folder'。
Rename-master-branch-for-both-local-and-remote-git-repositories
是否可以在sourcetree中隐藏关闭的远程分支?我不希望远程部分显示所有已经关闭的旧遥控器。
根据 this 看来您无法关闭 git 上的分支。
一种解决方法是,您可以将分支从 bName 重命名为 oldClosedBranches/bName,然后您将只为所有分支保留一个 'folder'。
Rename-master-branch-for-both-local-and-remote-git-repositories