Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ The projects in scope will be imported into the monorepo under a dedicated subdi

Continue using the current branching models.

Automatic updates from the monorepo to these repositories is disabled in the beginning.
Updates must be done manually through `git subtree push` commands.

### Monorepo

Use trunk-based development:
Expand Down Expand Up @@ -119,7 +116,7 @@ Updates from this monorepo to the individual legacy repositories must be done ma
- Monorepo CI and build tools
- Maintain channels for questions, feedback, and issue reporting

11. Known Limitations and Risks
## Known Limitations and Risks

- Subtree operations are slower on large histories
- Cannot do shallow clones or partial history fetches with git subtree
Expand Down