gpt4 book ai didi

git - 如何防止 GIT 中的垃圾收集?

转载 作者:IT王子 更新时间:2023-10-29 01:21:34 26 4
gpt4 key购买 nike

Git 神秘地“不时地”运行垃圾收集并删除和孤立您的提交。

https://www.kernel.org/pub/software/scm/git/docs/git-gc.html

从科学上讲,这将在您意识到您确实需要刚刚删除的那个提交之前大约 6-8 小时发生。

我不想让 Git 删除我的文件。如何完全禁用自动垃圾收集?

最佳答案

来自very same page you just linked to :

Some git commands may automatically run git gc; see the --auto flag below for details. If you know what you’re doing and all you want is to disable this behavior permanently without further considerations, just do:

$ git config --global gc.auto 0

关于git - 如何防止 GIT 中的垃圾收集?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28092485/

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