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?