次のコマンドを実行すると、git と diffmerge をセットアップする方法があるかどうか疑問に思っていますgit difftool
。
~/.gitconfig ファイルを設定する必要があると思います。ここに私の現在の ~/.gitconfig があります:
[merge]
tool = diffmerge
[mergetool "diffmerge"]
cmd = /Applications/DiffMerge.app/Contents/MacOS/diffmerge --merge --result=$MERGED $LOCAL $BASE $REMOTE
[mergetool]
keepBackup = false
[diff]
tool = diffmerge
[difftool "diffmerge"]
cmd = /Applications/DiffMerge.app/Contents/MacOS/diffmerge $LOCAL $REMOTE
Mercurials (HG) による DiffMerge の表示方法については、以下を参照してください。