Back to Glossary
open-sourcebeginnerunit-10

Repository

Definition

A storage place for a software project's code, history, and collaboration notes.

In Plain English

A repository is like the shared project folder plus a full change history.

Real-World Example

A developer may ask for access to the GitHub repository before estimating a fix.

Why It Matters for Your Work

Repos reveal ownership, maintainability, and whether a project can be handed to another team.

Common Mistake

Treating the repo as a developer-only detail. If you paid for custom software, you should know who controls it.

Related Terms

View Pull Request
Pull Request

A proposed code change submitted for review before it is merged.

View Dependency
Dependency

External code, service, or tool that your software relies on.

More open-source Terms