Comment by swsieber
2 days ago
I'm a bit surprised git doesn't offer a way to checkout only specific parts of the git tree to be honest. It seems like it'd be pretty easy to graft on with an intermediate service that understands object files, etc.
2 days ago
I'm a bit surprised git doesn't offer a way to checkout only specific parts of the git tree to be honest. It seems like it'd be pretty easy to graft on with an intermediate service that understands object files, etc.
It's existed for a while. Partial clones and LFS.
https://git-scm.com/docs/partial-clone
Thanks!