You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning this repo is around 160mb, which is not overly burdensome but is not ideal either.
I propose a destructive cleanup with something like BFG to reduce old copies of DLLs that have long since been deleted from the repo but still exist in the .git folder.
This will require any forks to either re-clone or re-base (somehow) so that everything is in sync again.
The text was updated successfully, but these errors were encountered:
That is by no means large for a Git repository - I have several cloned that are >500 Mb. My instinct is that this might be a case of "premature optimization".
Cloning this repo is around 160mb, which is not overly burdensome but is not ideal either.
I propose a destructive cleanup with something like BFG to reduce old copies of DLLs that have long since been deleted from the repo but still exist in the
.git
folder.This will require any forks to either re-clone or re-base (somehow) so that everything is in sync again.
The text was updated successfully, but these errors were encountered: