is possible use meld merge tool when using git extensions on windows?
in git extension: settings -> git config
merge tool: meld path mergetool: c:/program files (x86)/meld/meld.exe merge tool command: "c:/program files (x86)/meld/meld.exe" --diff "$base" "$local" "$remote" --output "$merged"
Comments
Post a Comment