
git-mergetool
List of commands for git-mergetool:
-
git-mergetool:tldr:02448 git-mergetool: Launch the default merge tool to resolve conflicts.$ git mergetooltry on your machineexplain this command
-
git-mergetool:tldr:29c6a git-mergetool: Launch the merge tool identified by a name.$ git mergetool --tool ${tool_name}try on your machineexplain this command
-
git-mergetool:tldr:46fbb git-mergetool: Don't prompt before each invocation of the merge tool.$ git mergetool --no-prompttry on your machineexplain this command
-
git-mergetool:tldr:54156 git-mergetool: Explicitly use the GUI merge tool (see the `merge.guitool` config variable).$ git mergetool --guitry on your machineexplain this command
-
git-mergetool:tldr:5dad4 git-mergetool: List valid merge tools.$ git mergetool --tool-helptry on your machineexplain this command
-
git-mergetool:tldr:cee73 git-mergetool: Explicitly use the regular merge tool (see the `merge.tool` config variable).$ git mergetool --no-guitry on your machineexplain this command