Top "Mergetool" questions

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

Is there a way to make Git mark a file as conflicted?

It's possible to commit files that contains conflict data. Is there a way to mark these files as conflicted again, …

git merge mergetool
git - set KDiff3 as default mergetool

After installing KDiff3 for managing conflicts in git, still the default one is opening for me: Here is the configuration …

git kdiff3 mergetool git-difftool
How do I check which merge tool I use?

I want to check which merge tool my git is set to - I just don't remember the name. I …

git mergetool
git mergetool fails

After a merge I want to use git mergetool to resolve the issue but it fails with whatever tool I …

git git-merge mergetool
How to skip "Hit return to start merge resolution tool" and open mergetool automatically

Git asking to hit return button to open the mergetool for each conflict file one by one: > git mergetool …

git git-config mergetool