01-Git | Introductions
VCS, Git, Git hosting, Installation
1.1 What is version control?
- Version control is a management system that allows you to
record and track changesin your source code and files so that you can recall certain versions later. - Itβs like a Google Doc for programming, where you can collaborate with multiple people working on the same code and
see the source codeβs history
Ultimately, using a version control system allows teams to streamline their development process, which improves their overall efficiency