Skip to content
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

Open
IndrajeetPatil opened this issue Mar 23, 2022 · 1 comment
Open

Reducing size of .git folder #215

IndrajeetPatil opened this issue Mar 23, 2022 · 1 comment
Labels
enhancement 🔥 New feature or request help wanted 🤚 Extra attention is needed

Comments

@IndrajeetPatil
Copy link
Member

Noticed this while cloning the repo on a new machine.

Currently, {see}'s .git folder is 1.76 GB.
For a comparison, {ggplot2}'s .git folder is 700 MB.

I will do some research on this, but if anyone has ideas, let me know.

@IndrajeetPatil IndrajeetPatil added enhancement 🔥 New feature or request help wanted 🤚 Extra attention is needed labels Mar 23, 2022
@bwiernik
Copy link
Contributor

The issue here is probably lots of old versions of figures stored in the commit history. Running git gc might help, or we might need to do a more aggressive garbage collection to prune items or maybe truncate the commit history to some more recent commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔥 New feature or request help wanted 🤚 Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants