From Repository settings --->Retrive Size i see 1.27GB and when i pull the code and do du -sh i get another number which is correct. could you please help me and can you help me from where Retrive size is getting.
Hello @Srikanth Komanduru ,
and welcome to the community!
To compare the size of your local clone with Bitbucket you can use the following command instead :
git count-objects -vH
This will output the size pack, which is the compressed version of the repository that is stored by Git.
However, you may still see differences when comparing the local repo size with the remote size, and they are expected as Bitbucket also has to store additional metadata related to your repository.
If you see a big discrepancy in the size, there are some scenarios that can explain that:
I hope that this information helps. Let me know in case you have any questions.
Patrik S
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.