Git
Free distributed version control system that tracks every change and enables collaboration.
- Created by Linus Torvalds in April 2005.
- Distributed: every clone is a full backup.
- Content-addressed by SHA hashes.
When to use: Any code you write - at work, open source, or for ML pipelines.
Example: git --version prints something like "git version 2.43.0" when installed.