2011-04-06 3 views

답변

0

경로 문제 일 수 있습니다 (TortoiseSVN/bin의 경로가 먼저오고 TortoiseGit/bin 앞에옵니다).

하지만 당신은 정의 할 수 있습니다 명시 적으로는 설정과 같은 원하는 mergetool :

git config merge.tool tortoise 
git config mergetool.tortoise.cmd "c:/Program Files/TortoiseGit/bin/TortoiseMerge.exe" \ 
    /base:"$BASE" /theirs:"$REMOTE" /mine:"$LOCAL" /merged:"$MERGED" 
관련 문제