This document provides an introduction to Git and GitHub. It begins with an overview of version control and how Git allows recording changes to files over time. It then discusses what GitHub is and how it acts as a remote repository hosting service for Git. The remainder of the document outlines key Git concepts like commits, repositories, cloning, branching and pulling/pushing changes. It also previews demonstrations on creating repositories, forking projects and making pull requests between accounts.