|
|
|
|
|
by liminal
1538 days ago
|
|
Any suggestions for how to go from multiple Git repos to a monorepo? Preserving history would be really nice. I've looked at submodules and subtrees and both seem to have huge downsides and don't deliver the same benefits of a true monorepo. |
|
If I remember correctly, this is how you do it:
You will now have a monorepo with preserved history with each old repo existing inside of a sub-directory in the new monorepo