git-diff: remove 9th example

Closes #3753.
client-spec/clarity
Zlatan Vasović 2020-07-17 19:58:11 +02:00 committed by GitHub
parent 471e114d4e
commit d31091d937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@
`git diff --summary {{commit}}`
- Create a patch file:
`git diff > {{target_file}}.patch`
- Compare a single file between two branches or commits:
`git diff {{branch_1}}..{{branch_2}} [--] {{path/to/file}}`