Getting Git

A comprehensive video course from git init to Git Master.

Part 1: Making Changes


In Part 1 of "Getting Git" we're going to focus on the commands for making changes.

Since Git is a version control system, you'll be making lots of changes over time.

As such, these are the commands you'll use most often.

We're going to start with the commands to create a Git repository, track changes, and commit those changes.

We'll finish with the commands for resetting and reverting changes.

When you complete Part 1, you'll be a master of all the commands necessary to manage a standalone Git repository.