You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, my private repo {repository name removed due to privacy reasons} (is fork of another repository and I have both write access) shows 2.9GB size.
I delete all commit history, files, git gc, but still I don't see any change in repo size though the local repository size .5 GB.
Is there anybody knows what cause this.?
Thanks
Hi, @Sang woo Ham, welcome to the community!
I ran the GC against your repository and managed to reduce its size. Just to give you some context around the reason your remote repository size didn’t change after you removed commit history and files, it happened because the remote repo still had these old references, so the GC is required on the remote repository as well to clean up any old references you have removed.
We have a feature request to allow users to mark repositories for git GC, as you can check here:
Please consider adding yourself as a watcher to receive the updates as we make progress with this. If you are not familiar with our Feature Request Policy, you can read more about it here.
Feel free to share any additional questions or concerns regarding this case.
Kind regards,
Caroline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.