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 存储库。在服务器上定期运行“git gc”会有用吗?
根据手册页:
鼓励用户在每个存储库中定期运行此任务,以保持良好的磁盘空间利用率和良好的运行性能。
如果您关心磁盘使用情况,那肯定会有用。如果您考虑到效率,请对其进行基准测试。git gc不应造成任何伤害,尤其是在其内容在写入后很少(或者更确切地说从不)删除的中央存储库中。你应该多久运行一次?这取决于.
git gc