Git
Overview
⚠️

This is a work in progress.

Git is a version control system that allows you to track changes to files and collaborate with other developers. It is a distributed version control system, which means that each developer has a full copy of the entire history of the project. This allows developers to work offline and collaborate asynchronously.