优化本地仓库

优化本地仓库。

  • 使用 git gc --prune=now --aggressive 命令来回收松散的对象。
git gc --prune=now --aggressive

# 示例
git gc --prune=now --aggressive # 优化本地仓库