βœ•
🌿 25 XP

Git & GitHub Β· ~8 min Β· 2 quick checks

Repos, staging and commits

A repository (repo) is a project folder that Git watches. A commit is a saved snapshot of the project with a message describing the change.

The core workflow is three steps: edit β†’ stage β†’ commit.