Merge pull request #454 from eliotsykes/patch-4

git diff: Add --staged option
This commit is contained in:
Igor Shubovych
2015-12-30 14:46:58 +02:00

View File

@@ -13,3 +13,7 @@
- Output a condensed summary of extended header information.
`git diff --summary {{PATHSPEC}}`
- Show staged (added, but not yet committed) changes only.
`git diff --staged`