This document discusses migrating from Subversion (SVN) to Git for version control. It provides motivation for using Git such as faster and decentralized development. The document outlines plans to gradually migrate teams at HP to Git, working with Gitflow methodology. It covers Git basics like initializing, committing, branching and an overview of the key differences between centralized version control with SVN and distributed version control with Git.