I removed some large files from a repo and it doubled in size, its currently 1.63 GB.
Can you run garbage collection to see if the repo reduces in size?
Regards, Neil
Hi Neil and welcome to the community!
I saw one repo with a size of 1.6 GB among the ones you have access to. I ran a git gc for it and its size has been reduced.
Does it look on now on your end?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good to hear and you are very welcome. Please feel free to reach out if you ever need anything else!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @nfrance709 ,
To shrink your Bitbucket repo:
git reflog expire --expire=now --all
git gc --prune=now
git push --all --force
git push --tags --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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.