how to keep git history of two repos that are being added to new monorepo
is there a recommended practice around this? does it involve using submodules or just cloning them into the monorepo or something eelse?
2 Replies
Take a look at this
https://medium.com/@TimHolzherr/how-to-move-your-git-repository-into-a-monorepo-without-loosing-its-history-9b9d2da27155
Medium
How to move your git repository into a monorepo without loosing its...
Monorepos are really useful but you will probably have some existing repositories which you now want to migrate into your new monorepo.
thank you very much