Git & GitHub Crash Course 2025 Cheat Sheet What is Git? Git is a distributed version control system that allows developers to: Track changes in code. Collaborate on projects. Manage multiple versions of a project. Work offline with a full local repository.