Last Updated: February 25, 2016
·
782
· swarut

Another good way to see the different between 2 branches

git diff branch1 branch2 | gitx

require gitx to be installed.

3 Responses
Add your response

git difftool --help
...
-t <tool>, --tool=<tool>
Use the diff tool specified by <tool>. Valid diff tools are: araxis, bc3, deltawalker, diffuse, emerge, ecmerge, gvimdiff, kdiff3, kompare, meld, opendiff, p4merge, tkdiff,
vimdiff and xxdiff.
...

over 1 year ago ·

@dexterous which one is your favorite?

over 1 year ago ·

@swarut i'm a vim guy, so it's mostly vimdiff/gvimdiff. But I end up using git-difftool very sparingly as vim-fugitive fills that use case much better. :)

over 1 year ago ·