Please run garbage collection on my largest repo, it's still showing over 1GB, but I'm expecting ~350MB after cleanup.
Hi @ajuka,
Welcome to the community!
I've run garbage collection on the largest repository on your workspace, and the repository size has reduced to 368.1 MB.
You can check by running the following command on the local repository:
git count-objects -vH
The "size-pack" will show the local repository size.
Before proceeding with the next push to the remote repository, please ensure that you and all repository collaborators make a fresh clone of the remote repository to avoid reintroducing old/cleaned-up history and potentially inflating the repository size again.
- Phil
Thanks!
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.