문제

I have configured KDiff3 as my default merge tool in the Git configuration so that when there is a merge conflict and on using the command

git mergetool

KDiff3 opens as my merge editor.

I would like to try Git merge through meld from the command line without modifying my Git configuration from KDiff3.

도움이 되었습니까?

해결책

Try:

git mergetool --tool=meld <files>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top