Merge pull request #184 from mateu-aguilo-bosch/git-diff-name-only
Expand git-diff page
This commit is contained in:
@@ -4,4 +4,12 @@
|
||||
|
||||
- Show changes to tracked files
|
||||
|
||||
`git diff {{PATHSPEC}}`
|
||||
`git diff {{PATHSPEC}}`
|
||||
|
||||
- Show only names of changed files.
|
||||
|
||||
`git diff --names-only {{PATHSPEC}}`
|
||||
|
||||
- Output a condensed summary of extended header information.
|
||||
|
||||
`git diff --summary {{PATHSPEC}}`
|
Reference in New Issue
Block a user