Benefits
- Small commits make experiments reversible.
- Branches let you try without fear.
- Diff is a thinking tool, not just a log.
Prerequisites
- A consistent commit habit.
- A basic branching model.
Quick snippets
git status
git checkout -b experiment/ollama-launch
Resources
Where it fails
Large, infrequent commits hide the real story of the work.