Git: Beyond the Basics

Git is a distributed, version controlled system designed to keep track of changes that occur to text files and who made those changes. Basic tasks of working with Git include initializing a Git repository, stage and committing changes, and pushing those commits to a remote repository. If you are not familiar with the basics of working with Git, review Git Basics. If you are already comfortable with the basics of Git, it is time to go Beyond the Basics.

In this module, we will explore more features of Git, including branching, merging, and tagging.