10 · Version Control
Repository
A project under git (a “repo”)
A project tracked by Git: working files plus version-control metadata and reachable history. A clone may omit some server-side data, large-file contents, submodules, ignored files, or unreachable history until separately fetched.
Concrete example
“Clone the repo” means copy the whole project, history and all, onto your machine.