How to show changes

$ git diff

Command
git
Description
Show changes between commits, commit and working tree, etc.
Deep Dive
Use `git diff --staged` to see staged changes.