This document provides an introduction to using Git for version control. It discusses why version control is useful, especially for solo developers or teams working on code-based projects. Git is recommended as the most popular open source version control system. The basics of Git are explained, including creating repositories, making commits, and hosting code on platforms like GitHub. Distributed version control is contrasted with centralized systems like SVN. The document concludes with information on tools for using Git and setting up common workflows.
Related topics: