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尺寸但是尺寸增加的赞誉
答案 0 :(得分:0)