git-diff: add cross-branch diff example (#1454)

This commit is contained in:
Eric Sirianni
2017-08-25 07:42:05 -04:00
committed by Starbeamrainbowlabs
parent bad0110e8a
commit 91d54f868e

View File

@@ -25,3 +25,7 @@
- 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}}`