Git减少仓库空间:修订间差异

来自泡泡学习笔记
跳到导航 跳到搜索
(创建页面,内容为“ git gc git gc --aggressive”)
 
无编辑摘要
 
第1行: 第1行:
# 删除冗余objects
  git gc
  git gc
# 尽可能删除冗余objects
  git gc --aggressive
  git gc --aggressive

2024年8月30日 (五) 16:20的最新版本

# 删除冗余objects
git gc

# 尽可能删除冗余objects
git gc --aggressive