ع
Start Topics Teams Reference What's new Saved
The software world

Repository

repo

A project folder that tracks its own history — "repo" for short. Every saved change is recorded, so you can see what changed, when, and undo any of it. It's a folder with a complete memory.
Why it matters

Your code usually lives in a repo. It's what makes experimenting safe — you can always go back to how things were.

Part of Version control (git)

← All terms