We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Diff working directory with staging area
git diff [--options] [--] [<path>…]
Diff working directory with <commit>
<commit>
git diff [--options] <commit> [--] [<path>…]
Diff staged changes with <commit>
git diff [--options] --cached [<commit>] [--] [<path>…]
There was an error while loading. Please reload this page.