This document provides an overview of collaboration in projects using Git. It begins with an outline and sections on motivation, differences between SVN and Git, Git setup, tools, configuration, Git metadata and submodules, starting work on an issue, local work commit strategies, remote work review processes, and ends with a demo. The key aspects covered include decentralized version control with Git, code review workflows using pull requests, keeping work rebased and up-to-date on the main branch through rebasing, and using small, distinct commits to organize changes.