Hi team,
I've removed PNG file history via `git-filter-repo` and pushed to my bitbucket repository that the name ends with `cv`.
git filter-repo --path-glob '*.png' --invert-paths
However, the repo size is still 2.x GiB while it is 303MiB at local from `git-sizer`. According to
https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size/, my repo size is 2.x GiB < 4*0.75=3GiB, so the garbage collection will not be triggered automatically, so I need the support from Bitbucket.
Could you please help to run git gc/git maintenance for my repo?
Hi @jiyvn and welcome to the community!
I ran a git gc on the repo and its size has been reduced.
Does it look ok now on your end?
Kind regards,
Theodora
Yes! thank you very much. Appreciated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.