

Especially programming, control engineering, artificial intelligent and math. No many things to write about me here, except the one who enjoy feeding koi fish and have interest in computer technology. Please enable JavaScript to view the comments powered by Disqus. So for now and so on in this blog post, WinMerge term means WinMerge 2.x.Īfter installing WinMerge, to configure it as diff and merge tool of Git is by adding /editing the following config setting to C:\Users\\.gitconfig You can use the same tool in Windows and in Linux. It will be based on Qt library and cross-platform. WinMerge 3 will be modern compare/synchronization tool. It can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.Īt the time of writing this blog post, WinMerge 3 is still in progress of development and no release yet. WinMerge is an open source differencing and merging tool for Windows. gitconfig and manually add the config code. cmd = "diffmerge -merge -result=\"$MERGED\" \"$LOCAL\" \"$(if test -f \"$BASE\" then echo \"$BASE\" else echo \"$LOCAL\" fi)\" \"$REMOTE\"" trustExitCode = true cmd = diffmerge \" $LOCAL \" \" $REMOTE \" tool = diffmerge prompt = false keepBackup = false keepTemporaries = false tool = diffmerge
