loading
loading
A project folder tracked by Git, usually stored locally and on a service like GitHub.
A repository contains the source code, history, branches, configuration, documentation, and sometimes issues or pull requests. When an agent says it changed the repo, this is the controlled project space it means.
Plainly
Think of Repository as a tool from the builder toolbox. A project folder tracked by Git, usually stored locally and on a service like GitHub.
In practice
Use it when you are installing, editing, testing, reviewing, or shipping code. In practice, define the owner, input, output, and failure mode before you rely on it.