# Git

Version control: it records the history of your code so you can see what changed and go back.

Also called: git.

## Covered in these lessons

- [Your first session](https://zero2vibecode.com/learn/claude-code/0-3-first-claude-code-session)
- [Small steps beat one big request](https://zero2vibecode.com/learn/vibe-coding-101/2-3-small-steps)
- [Your first commit: git init, status, add, commit](https://zero2vibecode.com/learn/terminal-basics/4-3-your-first-git-commit)

Source: https://zero2vibecode.com/glossary/git
