# Introduction to Version Control

- [What is Version Control?](/introduction-to-version-control/what-is-version-control.md): Version control is a system that enables the management and tracking of changes to files or documents over time.
- [Overview of git and it's benefits](/introduction-to-version-control/overview-of-git-and-its-benefits.md): Git is a distributed version control system that has revolutionised the way software development teams manage their codebases
- [Setting up Git on Different Platforms](/introduction-to-version-control/setting-up-git-on-different-platforms.md): Git is a distributed version control system that allows you to track changes and collaborate on projects
