git-diff: Adds comparison of file on current branch to other branch (#1611)
This commit is contained in:

committed by
Agniva De Sarker

parent
14279f02e3
commit
c6eaf3ae24
@@ -33,3 +33,7 @@
|
|||||||
- 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}}`
|
||||||
|
|
||||||
|
- Compare different files from the current branch to other branch:
|
||||||
|
|
||||||
|
`git diff {{branch}}:{{path/to/file2}} {{path/to/file}}`
|
||||||
|
Reference in New Issue
Block a user