-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reducing size of .git
folder
#215
Comments
The issue here is probably lots of old versions of figures stored in the commit history. Running |
How do we run a garbage collection? The folder is ~3GB meanwhile. If somebody familiar with cleaning, feel free to remove some older history items. |
I have some other repos which have huge .git folders too, mostly because of storing & modifying large data files. Is it possible to selective remove from memory all changes done to for e.g., |
|
sounds dangerous to temper with the git history though |
Noticed this while cloning the repo on a new machine.
Currently,
{see}
's.git
folder is1.76 GB
.For a comparison,
{ggplot2}
's.git
folder is700 MB
.I will do some research on this, but if anyone has ideas, let me know.
The text was updated successfully, but these errors were encountered: