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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.