Getting Git

A comprehensive video course from git init to Git Master.

Part 2 - Viewing History


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

As you continue to make changes, over time you'll build up a history.

These commands will allow you view and compare those changes.

We've already seen some of these commands, like git status, in Part 1. I'll revisit these in Part 2.

In addition, I'll cover some more Git terminology to prepare you for Part 3.

With the exception of git status, you may not use these commands very often.

Nonetheless, they provide insight into your repository as well as introduce concepts you use with other Git commands.

As such, if you are just getting starting with Git, I recommend watching all of the videos in Part 2 - including the master videos.