Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
跑完之后
git fetch
我可以看到一些(不再)在 GitHub 上的分支(使用git branch -a)。为什么是这样?我该如何解决这个问题?在 git-cola 中尤其不舒服,在那里我可以看到所有这些枯枝。
git branch -a
如果从另一个开发人员/机器中删除了“死”分支,则需要修剪本地版本的存储库:
git remote prune origin