任何人都可以告诉我如何减少bitbucket repo大小

时间:2015-01-27 10:29:01

标签: bitbucket git-rewrite-history

git filter-branch --index-filter' git rm --cached -r --ignore-unmatch logs' --prune-empty --tag-name-filter cat - --all

rm -rf .git / refs / original

git reflog expire --expire = now --all

git gc --prune = now

git gc --aggressive --prune = now

git push origin --force --all

这些是我用来减少bitbucket repo尺寸但是尺寸增加的赞誉

1 个答案:

答案 0 :(得分:0)

illustrated here

  • git gc将由BitBucket定期运行
  • 您可以强制Bitbucket执行git gc

另请参阅“ Reduce repository size