logoalt Hacker News

kccqzyyesterday at 3:50 PM2 repliesview on HN

Git submodules aren’t convenient either. For the silo and corporate development use case, just use multiple repositories and make your build tool aware of multiple repositories. It is slightly less painful than submodules.


Replies

packetlostyesterday at 4:06 PM

I feel like submodules could be a lot easier to work with if the git command made it easy to update all submodules in one go based on branch head for the submodule.

show 1 reply
1718627440yesterday at 10:33 PM

Submodules ARE multiple repositories. This is not an either or.

show 1 reply