Git
WinMerge as difftool on Windows
Locate .gitconfig file
e.g.
C:\Users\<USER>\.gitconfig
Add path to WinMerge UI
... [diff] tool = winmerge [difftool "winmerge"] cmd = "'C:/Program Files (x86)/WinMerge/WinMergeU.exe'" -e "$LOCAL" "$REMOTE" ...
Source: https://coderwall.com/p/76wmzq/winmerge-as-git-difftool-on-windows (2021)
References
Merge unrelated histories (Stack Overflow 2017)
git pull origin master --allow-unrelated-histories
Sign Commits at GitHub with GPG Key
Last updated