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
We currently have over 2 years of git history, which has bloated the size of the repo to >800MB. Should we consider squashing all commits every yearly archival?
The text was updated successfully, but these errors were encountered:
You can use git clone --depth=1 <url> while cloning if it is too problematic to download full 800MB.
Otherwise, the size of the repo is this big because of the big image files. You can run git-filter-branch and clean up the previous images. That one will reduce the size of the repo drastically.
We currently have over 2 years of git history, which has bloated the size of the repo to >800MB. Should we consider squashing all commits every yearly archival?
The text was updated successfully, but these errors were encountered: