Hacker News new | ask | show | jobs
by armada651 1915 days ago
> When would I want submodules?

When you have library that is useful to more than one project, but not popular enough to have its own package on multiple package managers. Then the easiest way to reference a specific version of the library is to submodule it.