If you are going to GIT CLONE this repo !ATTENTION #2
Replies: 1 comment
-
When you clone a Git repository, the .pack files are created as part of the cloning process to efficiently store the object data. However, if you want to clone a repository without the history or large files (which are usually packed), you can use a couple of methods:
bash
Clone the Repository (without checking out the files): bash bash bash bash
bash Conclusion |
Beta Was this translation helpful? Give feedback.
-
You might want to use a filter until I can cleanup the 400mb of blob from history assets. Im trying/using
git filter-repo
to remove .readme history and blobs but it showed corrupt aftergit gc
so I'm being cautious. My new method should not cause blob bloat going forward but it is not tested. I'm not sure how to fix the large file size object .pack yet.Beta Was this translation helpful? Give feedback.
All reactions