Options (3)
-t, --toolbooleanLaunch the merge tool identified by a name
Example:
git mergetool {{[-t|--tool]}} {{tool_name}}-y, --no-promptbooleanDon't prompt before each invocation of the merge tool
Example:
git mergetool {{[-y|--no-prompt]}}-g, --guibooleanExplicitly use the GUI merge tool (see the `merge.guitool` configuration variable)
Example:
git mergetool {{[-g|--gui]}}Examples (6)
Launch the default merge tool to resolve conflicts
List valid merge tools
git mergetool --tool-helpLaunch the merge tool identified by a name
git mergetool [-t|--tool] tool_nameDon't prompt before each invocation of the merge tool
git mergetool [-y|--no-prompt]Explicitly use the GUI merge tool (see the `merge.guitool` configuration variable)
git mergetool [-g|--gui]Explicitly use the regular merge tool (see the `merge.tool` configuration variable)
git mergetool --no-guimade by @shridhargupta | data from tldr-pages