I am on the free plan, so I get an email warning because my repository (jhlchan.bitbucket.io) has size 1.3GB.
I removed a large file in it by git-filter-repo, and my local git count-objects -vH shows 880MB.
After a git push --force, my local git size is still 880MB, but remote repository size is now 2.25GB.
I read through related BitBucket articles, and this looks like somehow both my new and old copies are in my repository. Can the support team do a garbage collection for me?
If this can be resolved, may I ask what is the proper thing I should do to avoid the same thing happening (that is, end up with two copies after git-filter-repo (which rewrites history) and git push --force).
Thank you for your attention and help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many thanks!
Does this (two copies of repository on remote) happens every time when git-filter-repo rewrites history and then I issue git push --force?
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.