# Version Control Software
Version control software is a system that tracks changes to a file or set of files over time, allowing users to recall specific versions later.
It is most commonly used in software development, where it helps teams work together and track changes to code.
### Git
[Version Control (Git) - MIT Course](https://missing.csail.mit.edu/2020/version-control/)