Git & Version Control

Monorepo

/ˈmɒnəʊriːpəʊ/

Definition

A single repository containing multiple projects or packages — developers can make cross-cutting changes atomically.

Example in context

"Our monorepo has the API, web app, and mobile app — one PR can update all three when the auth interface changes."

Practice this term

Master Monorepo in context by working through exercises in the Git & Version Control module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.