About 50 results
Open links in new tab
  1. WinMerge: How to compare files with the same content but different ...

    Jan 30, 2013 · The winmerge correctly recognizes the content and correctly displays it. I would expect at least some option to decide whether text files are to be compared in binary mode or not.

  2. How can I make WinMerge my git mergetool? - Stack Overflow

    To do WinMerge as compare and merge tool for Visual Studio 2017 Git Plugin: From windows command prompt: type >> git config --global --edit which will open the .getconfig file to edit.

  3. How to setup WinMerge to make it to ignore lines which are starting ...

    May 12, 2023 · I am looking for a way to setup WinMerge to allow me to compare two text files. BUt to make my comparison easier, I would appreciate if this software could ignore the some lines, in …

  4. How to use Winmerge with Git Extensions? - Stack Overflow

    Mar 18, 2010 · I'm using Git Extensions and it pre-installs and sets up KDiff as the diff tool to solve merge conflicts. I'm very fond of Winmerge though and would like to replace KDiff with Winmerge. In …

  5. WinMerge : how to ignore specific words in a comparison?

    When I compare 2 files with WinMerge on Windows platform, do you know how could I ignore specific words ? I mean I wanna say to WinMerge : "Don't care about that list of words : house, garden, etc...

  6. use Winmerge inside of Git to file diff - Stack Overflow

    Dec 10, 2009 · Is there a way to use Winmerge inside of git to do Diffs?

  7. Copy only difference (kdiff, winmerge, any diff like tool)

    Feb 27, 2015 · Is there possibility of copy ONLY difference of two files? Like in winmerge, but, I can't find this option Just like on this screen- i want to copy only 'yellow part' . Of course I can do that man...

  8. diff - Compare directory using winmerge? - Stack Overflow

    When I compare folders with WinMerge, I go to File->Open, select folders and check the 'Include subfolders' check-box. Then in the View menu I switch on the Tree View and switch off Show …

  9. merge - Winmerge 3-way compare configuration - Stack Overflow

    May 9, 2025 · I understand this deviates from the standard 2-way comparison behavior where Alt+Left/Right Arrow moves content between the two visible windows. Is there a way to achieve this …

  10. WinMerge - Is there a way to line up shifted/moved code blocks?

    WinMerge instead of recognizing the for-loop as an inserted block and showing the rest of the file the same it would show differences on line 4,5,6,7,8. I would expect it to sync line 4 of file 1 to line 7 of …