I’ve found that the easiest way to reduce the Bitbucket repo size if you are over the 2GB limit is to
- Create a branch on Bitbucket
- Delete that branch on Bitbucket
This should trigger Bitbucket to run git gc on the repo.
I’ve found that the easiest way to reduce the Bitbucket repo size if you are over the 2GB limit is to
This should trigger Bitbucket to run git gc on the repo.