This document provides an introduction to Git and its basic functions. It discusses what version control and Git are used for, including tracking history and facilitating collaboration. The key components of Git are explained, such as branches, the central repository, and the three trees. Common Git commands and workflows are outlined, like cloning, adding, committing, pushing changes, branching, merging, and pulling updates. Resources for learning more about Git commands and documentation are provided at the end.