Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There's also the partial clone which has the tree but not the blobs:

git clone --filter=blob:none

Reommended for developers by github over the shallow clone: https://github.blog/open-source/git/get-up-to-speed-with-par...



Note: this makes sense on CI for a throwaway build, but not for a local dev clone. Blobless clones break or make painfully slow and expensive many local git operations.


Also --filter tree:0




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: