Backend and Infrastructure

Reviewing Changes and Using Git Diff

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Sprout Video

This lesson covers the `git diff` command and how to use the command along with a Git Treeish reference to view the differences in a project or a single file between two commits. Or alternatly between the current HEAD and the working tree. We'll also take a look at integrating Git with some external diff tools that make reading the output from the `git diff` command a bit easier.