This document summarizes how to use the git version control system in 5 slides. It introduces git as a distributed revision control system, describes basic commands like init, add, commit, log and reset to save work and undo changes. It also explains how to work together with others by cloning repositories, pulling changes, and pushing work to online hosts like GitHub where projects can be forked, cloned and collaborated on through issues and wikis.