Commands.app

git diff

History

Show changes between commits, commit and working tree, etc

Examples
Common usage examples

Show unstaged changes

git diff

Show staged changes

git diff --staged

Compare two branches

git diff main feature
Related Commands
You might also find these useful