Foundations

Basic Concepts

~15 min

Repository (Repo)

📦

Repository

Your project's home, including all its history

A repository (or "repo") is like a project folder with superpowers. It contains:

📁
Your Files
All the actual project files
History
Every change ever made (in the .git folder)
Terminal
# Create a new repository
git init

Initialized empty Git repository in /project/.git/