Skip to content
CoursesLog in
← Statistics glossary

repository

Also called: repo

A project folder together with its complete history of changes. On GitHub it has its own page with files, commits, branches and pull requests.

A repository (repo for short) holds two things: the current files and every commit that led to them. On GitHub the repository page shows the file tree of the selected branch, the latest commit, the number of commits and branches, and the README below the files. Tabs across the top (Code, Issues, Pull requests, Actions, Projects) open the team's work around the code.

Example

catchow/website is the repository of the CatChow online shop: page templates, prices in a config file, texts and images.

Learn it in the course