|
|
|
|
|
by philwelch
2436 days ago
|
|
I bet you could address this with a third approach: metarepo. The metarepo is a repo that uses sub modules to combine your multi repo ecosystem into a simulated monorepo. The metarepo is what ultimately gets built and deployed—no versioned dependencies to manage. Local development usually happens at the multirepo level, and the metarepo is managed mostly via CI. |
|
Can you have two metarepos, each with its own set of checked-out branches of the same original submodules?