Viewing Staged and Unstaged Changes

git diff – compare working directory to staging git diff --staged – compare staging to last commit git difftool[--tool-help] – use a GUI tool to compare changes