← Back to context

Comment by IshKebab

2 months ago

Does this try to solve the biggest problems with Git: submodules and LFS?

Planning on some monorepo features soon that should solve some submodule problems but haven't approached yet. I have some new ideas here. And yes, no separate LFS system!

  • > And yes, no separate LFS system!

    Awesome. How does one decide which files should be stored externally, and manage that? And where is that decision stored?

    • I'm a little confused by this but I assume you're talking about marking files for LFS (.gitattributes)? For us, we chunk every file (even if it's a single chunk) so every file is stored in the same way -- it's just data to us. But let me know if I got your question wrong.

      4 replies →