git-diff: remove 9th example (#4204)

This commit is contained in:
Zlatan Vasović
2020-07-23 05:06:21 +02:00
committed by GitHub
parent 8ea907530a
commit 0f879b6049
3 changed files with 0 additions and 12 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}}`