Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 153 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 153 Bytes

git diff-staged

Show diffs that are cached i.e. staged

Git alias:

diff-staged = diff --cached

Example:

git diff-staged