This document provides a cheat sheet of common Git commands organized into categories like setup, initialization, branching, sharing/updating, tracking changes, and rewriting history. It summarizes the purpose and basic usage of commands like git init, git add, git commit, git branch, git fetch, git merge, git push, and git log. The cheat sheet is intended to serve as a quick reference guide for the most important and frequently used Git commands.