gpt4 book ai didi

git - 如何从 Visual Studio 2015 中删除已删除的 Git 分支

转载 作者:IT王子 更新时间:2023-10-29 00:53:32 28 4
gpt4 key购买 nike

Visual Studio 继续显示我 pull 出的任何分支,即使该分支已被删除(我没有将其作为选定分支)。

  • git fetch --all --prune”不会删除它们。配置文件
  • remote.origin.prune true”(suggested here)不会删除它们。

如何从我的系统中删除已删除的分支?

更新:我想要一种方法来确定哪些分支已经消失并删除它们。如果我们专门选择它们,那么迟早有人会错误地删除正在使用的分支。

最佳答案

我的远程分支即使在服务器上被删除后也不会消失。这个关于设置“Prune remote branches”的技巧对我有用。我找到了here .

Go to Team Explorer, and click Home button. Then Settings > Repository Settings, and set "Prune remote branches during fetch" drop-down to True. Don't forget to click "Update" button to save your edit.

更改设置后,我对其中一个已删除的分支进行了提取,所有已删除的分支都消失了。

关于git - 如何从 Visual Studio 2015 中删除已删除的 Git 分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45907929/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com