作者在 2026-01-06 20:13:02 发布以下内容
git gc --aggressive --prune=now
git repack -a -d --depth=250 --window=250
# 优化完查看.git目录大小
du -sb .git
git gc --aggressive --prune=now
git repack -a -d --depth=250 --window=250
# 优化完查看.git目录大小
du -sb .git
收起