> For the complete documentation index, see [llms.txt](https://docs.iowacityrobotics.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iowacityrobotics.org/programming/version-control/git/what-is-git.md).

# What is Git?

## What is Git?

Git is a Version Control Software, (VCS) which, as the name implies, means it tracks versions of code. It does this through commits (individual changes to code) and branches. (offshoots of a code version that allow you to make commits without messing with known good code/other people's work) It has many tools involving those 2, and the following sections will cover those.
