Last active
June 6, 2023 14:27
-
-
Save evandroamparo/a36872b29059e205d045 to your computer and use it in GitHub Desktop.
WinMerge with Sourcetree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff tool: C:\Program Files (x86)\WinMerge\WinMergeU.exe | |
Arguments: "$LOCAL" "$REMOTE" -dl "Local" -dr "Remote" | |
Merge tool: C:\Program Files (x86)\WinMerge\WinMergeU.exe | |
Arguments: "$MERGED" |
I found this for Merging:
-wl -wr -dl Remote -dm Base -dr Local \"$REMOTE\" \"$BASE\" \"$LOCAL\" -o \"$MERGED\"
Cool!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is that working with 2.16 as a real 3-way diff tool as git requires ?