logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Mergetool - Resolve Merge Conflicts | Online Free DevTools by Hexmos

Resolve merge conflicts with Git Mergetool. Launch and manage merge tools to fix code conflicts efficiently. Free online tool, no registration required.

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 {{[-t|--tool]}} {{tool_name}}

  • Don’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-gui