Hacker News new | ask | show | jobs
by swsieber 366 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.
1 comments

It's existed for a while. Partial clones and LFS.

https://git-scm.com/docs/partial-clone

Thanks!