Skip to content
阮喵喵笔记
Search
K
Main Navigation
学习待办
遭遇的bug
git使用
演示用的demo
css训练
50天50个小项目
Appearance
Menu
Return to top
本页目录
垃圾清理
我在启动 vscode 项目时,发现速度很慢。大部分时间耗费在 git 上面了。询问 AI,AI 给出的清理方案是:
bash
git
gc
--aggressive
贡献者
ruan-cat
页面历史
最后编辑于 11 天前
查看完整历史
0237368
-
📃 docs(notes): git gc --aggressive