.. _git-guide: Git === Git is a version control system, it tracks changes to your code over time, lets you collaborate with others without overwriting each other's work, and makes it easy to recover from mistakes. These guides assume you have Git installed. You can verify this by running:: git --version If it's not installed, download it from `git-scm.com `_. .. toctree:: :maxdepth: 1 :caption: Contents: workflow reference