标签: git
我希望在发起git gc时避免运行git fetch。这不仅仅是因为它耗费时间而且还有许多无关联的失败。有可能吗?
git gc
git fetch
答案 0 :(得分:2)
您可以使用
git config --global gc.auto 0