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
Part of Version control (git) → Your code usually lives in a repo. It's what makes experimenting safe — you can always go back to how things were.
see also