git mergetool
Run merge conflict resolution tools to resolve merge conflicts. More information: https://git-scm.com/docs/git-mergetool.
- Launch the default merge tool to resolve conflicts:
git mergetool - List valid merge tools:
git mergetool --tool-help - Launch the merge tool identified by a name:
git mergetool --tool {{tool_name}} - Don't prompt before each invocation of the merge tool:
git mergetool --no-prompt - Explicitly use the GUI merge tool (see the
merge.guitoolconfig variable):git mergetool --gui - Explicitly use the regular merge tool (see the
merge.toolconfig variable):git mergetool --no-gui
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.