Quick Notes106 words

Scaling and optimizing a Git repository — quick notes

Scaling a repository — quick notes

Scalar techniqueEffect
Partial cloneFile contents fetched on demand
Sparse checkoutOnly the directories you work in
Background maintenanceHousekeeping off the critical path
Sharing mechanismNature
Package feedVersioned, resolved by the build — preferred
SubmoduleA commit pointer — drifts, forgotten
Repository resourceCheck out another repo in the pipeline

Deciding factor: does the code change together? If yes, one repo (+ Scalar). If no, split and share via packages.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free