Revert "git-diff: remove 9th example"

This reverts commit d31091d937.
client-spec/clarity
zdroid 2020-07-17 19:59:43 +02:00
parent d31091d937
commit 700b238b97
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
`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}}`