Thanks for splitsh-lite.
I have a question. Can I use splitsh-lite to create a new monorepo from many minirepos?
My use case is that we manage our code out of a lot repos which we then bring in via composer. I would like to establish a new monorepo that contains the base application as well as all our internally developed dependencies.
e.g.
.git/
app/
dep1/
dep2/
depN/
Thanks for splitsh-lite.
I have a question. Can I use splitsh-lite to create a new monorepo from many minirepos?
My use case is that we manage our code out of a lot repos which we then bring in via composer. I would like to establish a new monorepo that contains the base application as well as all our internally developed dependencies.
e.g.