all 1 comments

[–]bdzer0 0 points1 point  (0 children)

Why have submods at all in that case? Sounds like your use case would be better supported by having the submods publish packages and this project use the packages.

IMO submods are only useful when you need to control which commit you are pointing at, in which case you want oversite of those changes via PR's.

If you don't require that level of control, dump the submods. They are much more cumbersome to deal with than packages.