My git repo was exceeding the size and tried to reinit the repo and now my local is 70 mb and bit repo is showing as 2GB, how to clean the remote repo
this is a private repo
Hi Sudhir, welcome to the Community!
I've run a git gc on your remote and the size has decreased to 18.4 MB. Git gc is scheduled to run automatically, but it's not an immediate action so it might take a while until both (local and remote) sync their size.
For the future, you can also follow the instructions in our documentation to reduce the size of your repository, you can find it here.
Hope that helps,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.