We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To integrate GumTree with VCSs, you first have to place a gumtree command in your path that executes java -jar gumtree.jar
gumtree
java -jar gumtree.jar
To use GumTree within git you can use the following command :
git difftool -x gumtree webdiff --d
You can also set gumtree as the default diff tool by adding this content in ~/.gitconfig :
~/.gitconfig
[diff] tool = gumtree [difftool "gumtree"] cmd = gumtree webdiff $LOCAL $REMOTE
and then use git difftool -d.
git difftool -d