About 83,100 results
Open links in new tab
  1. How can I configure KDiff3 as a merge tool and diff tool for git?

    With Git 2.33+ (Q3 2021), git config --global merge.tool kdiff3 will be enough. See my updated answer below

  2. What are A, B, and C in KDIFF merge - Stack Overflow

    Oct 25, 2010 · @user464095: For KDiff I believe that it's the revision that both B and C are modifying. So you can compare B to its base (A), C to its base (also A) and the changes in B and C to each other.

  3. Git merge with KDiff3 - Stack Overflow

    Apr 5, 2023 · I am using Kdiff3 as my mergetool for Git. Upon running git mergetool, KDiff opens and a pop-up box shows up telling me : Total number of conflicts : n Number of conflicts solved …

  4. kdiff3 downloadable "kdiff3-1.8.5-windows-64-cl.exe" - what is the "-cl"?

    Jan 22, 2021 · 5 I was looking to download kdiff for windows from https://download.kde.org/stable/kdiff3/ and I noticed the latest package is kdiff3-1.8.5-windows-64-cl.exe while the next-latest is kdiff3-1.8.4 …

  5. How to solve the problem that KDiff adds extra blank lines when ...

    Sep 14, 2021 · How to solve the problem that KDiff adds extra blank lines when resolving merge conflicts? Changing the end line and encoding in the settings to any others does not help.

  6. How can I configure KDiff3 in Git Extensions? - Stack Overflow

    Oct 14, 2017 · When I open Git Extensions, the result is like this: I try to repair it. I click the repair button. But there isn't any action. I get some reference: Git: How can I configure KDiff3 as a merge too...

  7. How to silently install newer versions of KDiff3? - Stack Overflow

    Sep 29, 2022 · Kdiff3 is a beloved 3-way merge tool that I use for decades to develop code. I want to make it available to other users of my company, but I can't find how to silently install it from the …

  8. What's the best three-way merge tool? - Stack Overflow

    Feb 21, 2009 · Subversion, Git, Mercurial and others support three-way merges (combining mine, theirs, and the "base" revision) and support graphical tools to resolve conflicts. What tool do you use? …

  9. How to get directory git branch diff using kdiff - Stack Overflow

    I haven't found possibilities to see directory difference between two branches in a directory comparison mode using kdiff3 and standard git tools. What could be done using standard tools (fix me if I am …

  10. How to configure kdiff3 instead of emerge as a git mergetool?

    Aug 18, 2017 · I have Git on mac OSX Snow Leopard and I tried to edit my merge and diff tool to use kdiff3 instead of emerge. But when I try to use it does not launch the GUI of kdiff and keeps me with …