Top "Mergetool" questions

a tool used to resolve merge conflicts identified by source control systems like git, Mercurial, or Subversion/svn, such as kdiff3

Git: How configure KDiff3 as merge tool and diff tool

Recently I was using GitExtension 2.46, but the Git version that has the same is 1.9.4.msysgit.2. Willing to use only Git …

git git-merge kdiff3 mergetool
How can I make WinMerge my git mergetool?

I'm trying to integrate WinMerge with Git as I've seen others done before on Windows 7 Ultimate. I've followed the following …

git winmerge difftool mergetool
How do I use vimdiff to resolve a git merge conflict?

I just merged a branch into my master in git and I got Automatic merge failed; fix conflicts and then …

git vim git-merge mergetool git-merge-conflict
How to use Visual Studio Code as the default editor for Git MergeTool

Today I was trying to use the git mergetool on the Windows command prompt and realized that it was defaulting …

git visual-studio visual-studio-code git-merge mergetool
What should I do when git revert aborts with an error message?

OK, so I'm getting an error sometimes when I try to revert a commit (with Git). All that I do …

git commit git-revert mergetool
Why can't I use TortoiseMerge as my git merge tool on Windows?

I'm trying to perform my first Git merge ever (exciting!), but can't get Git Gui (0.13.GITGUI from Git 1.7.4.msysgit.0) to …

windows git user-interface mergetool tortoisemerge
How to use git mergetool's filemerge

The documentation is here: http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html A handy guide is here: …

macos git mergetool filemerge
How to use opendiff as default mergetool

Hi I am trying to use opendiff as the git mergetool, but when I run mergetool I get this error …

git mergetool opendiff
Configure a merge tool for GitKraken on Windows10

I downloaded GitKraken for working with Git repositories and it works great for everything I need, but I haven't been …

git mergetool
How could I force mergetool GUI (KDiff3) to be always shown?

How could I force the mergetool GUI to be always shown and disable any automatic resolving? Sometimes when there is …

git git-merge kdiff3 mergetool