The answer is that "Contact Bitbucket".
https://stackoverflow.com/questions/24493071/how-to-reduce-git-repo-size-on-bitbucket/24518142#24518142
There are some tool using in clean .git folder, history ...
push --force
bfg java tool
git filter branch
du - disk usage
...
Rewrite history cause some problems. Git / Bitbucket lose history (different hash). So merged branch show not merged.
...
Mange big/huge repo.
Wordpress media/uploads/plugins, how to ignore N/or maintain it.
https://stackoverflow.com/questions/24493071/how-to-reduce-git-repo-size-on-bitbucket/24518142#24518142
There are some tool using in clean .git folder, history ...
push --force
bfg java tool
git filter branch
du - disk usage
...
Rewrite history cause some problems. Git / Bitbucket lose history (different hash). So merged branch show not merged.
...
Mange big/huge repo.
Wordpress media/uploads/plugins, how to ignore N/or maintain it.
Comments
Post a Comment