mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
Merge pull request #279 from tldr-pages/rubenvereecken-patch-1
Update git-diff.md
This commit is contained in:
commit
318c8731d4
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
- Show only names of changed files.
|
||||
|
||||
`git diff --names-only {{PATHSPEC}}`
|
||||
`git diff --name-only {{PATHSPEC}}`
|
||||
|
||||
- Output a condensed summary of extended header information.
|
||||
|
||||
`git diff --summary {{PATHSPEC}}`
|
||||
`git diff --summary {{PATHSPEC}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue