Open gemarcano opened 6 months ago
I've done this before with other projects, as I find that it makes some sense. We can pull in the software via git subtree at a later date if we so choose.
git subtree
I usually find monorepos the way to go usually until proven necessary to do otherwise (in which case filter-tree can undo :) )
I've done this before with other projects, as I find that it makes some sense. We can pull in the software via
git subtree
at a later date if we so choose.