Monorepo
Monorepo refers to a strategy of storing all code for possibly unrelated applications within the same source code repository.
Monorepo refers to a strategy of storing all code for possibly unrelated applications within the same source code repository.
Polyrepo describes an approach of using multiple, independent source code repositories that are independently versioned and controlled.