git-diff: remove 9th example

Closes #3753.
This commit is contained in:
Zlatan Vasović
2020-07-17 19:58:11 +02:00
committed by GitHub
parent 471e114d4e
commit d31091d937

View File

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