6 git-mergetool - Run merge conflict resolution tools to resolve merge conflicts
10 'git-mergetool' [--tool=<tool>] [<file>]...
15 Use 'git mergetool' to run one of several merge utilities to resolve
16 merge conflicts. It is typically run after gitlink:git-merge[1].
18 If one or more <file> parameters are given, the merge tool program will
19 be run to resolve differences on each file. If no <file> names are
20 specified, 'git mergetool' will run the merge tool program on every file
26 Use the merge resolution program specified by <tool>.
27 Valid merge tools are:
28 kdiff3, tkdiff, meld, xxdiff, emerge, and vimdiff.
30 If a merge resolution program is not specified, 'git mergetool'
31 will use the configuration variable merge.tool. If the
32 configuration variable merge.tool is not set, 'git mergetool'
33 will pick a suitable default.
37 Written by Theodore Y Ts'o <tytso@mit.edu>
41 Documentation by Theodore Y Ts'o.
45 Part of the gitlink:git[7] suite