5 ms·
Is there any real downsides to pulling in external repos as submodules?
by saber6 7y ago
Is there any real downsides to pulling in external repos as submodules?
- zro 7y agoIt can be a bit of a gotcha when trying to share your work with others. They'll have to clone with --recursive or the submodules will come up as empty folders for them.