我使用 . 创建缓存 git 存储库git clone --mirror ...
,然后通过 cron 定期更新它,例如git remote update -p
. 根据需要,我还创建了一些本地存储库git clone --reference <local repo> ...
并与之合作——拉取、提交和推送。
如何从我的存储库中删除缓存存储库中出现的 git 对象?- 远程仓库非常大,我不想浪费我的空间。
我使用 . 创建缓存 git 存储库git clone --mirror ...
,然后通过 cron 定期更新它,例如git remote update -p
. 根据需要,我还创建了一些本地存储库git clone --reference <local repo> ...
并与之合作——拉取、提交和推送。
如何从我的存储库中删除缓存存储库中出现的 git 对象?- 远程仓库非常大,我不想浪费我的空间。