About 620,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. git - WinMerge - ignore all whitespace including newlines and ...

    How can I ignore "code style" changes while using WinMerge as a difftool? Specifically across two commits. So that thing { a, b } and thing { a, b } would be treated as identical.

  4. untagged - WinMergeで変更の無い部分も表示させる方法 - ス …

    WinMergeで差分を見ながら作業していました。 表示方法はいじらず、デフォルト設定のままでしたが、何かの拍子に、差分の部分のみ表示されるようになってしまいました。 背景が全 …

  5. How to create a patch file on windows? - Stack Overflow

    10 WinMerge is the best tool for windows. To create a patch file, you need to do the following: File>Open -- Here you open the files for which you are generating patch file. Tools>Generate …

  6. WinMerge: How to compare files with the same content but …

    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 …

  7. How to integrate WinMerge with TortoiseSvn after installation?

    Mar 6, 2012 · When you install winmerge after TortoiseSVN it gives you the option of associating winmerge with Tortoise. But if we install TortoiseSVN after winmerge how can we associate …

  8. 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?

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

    Feb 21, 2009 · Here's a few that I've used or heard of, just to get the conversation started: KDiff3 DiffMerge P4Merge Meld Beyond Compare Pro. (I recognize that this is sort of like the Best …

  10. How to setup WinMerge to make it to ignore lines which are …

    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 …