Araxis Merge は現在 Git で「完全にサポート」されていることを理解していmergetoolます。そのため、Git を使用するように構成することについて私が見つけた多くのことは、現在では古くなっています。特に、Araxis Merge は単に実行するだけで「箱から出して」動作するはずです。
git config --global merge.tool araxis
提供さaraxisれているのは私のPATHにあります。
pathただし、いくつかの理由により、PATH を修正することはオプションではないため、正しいorcmdを指定できるようにする必要があります.gitconfig。
Araxis Merge を検出するには、Git (OS X 上) をどのように構成すればよいですか? kdiff3やp4mergeのような他のツールの例に従うだけです
git config --global mergetool.araxis.path /Applications/Araxis Merge.app/Contents/MacOS/Araxis Merge
動作しません。も(推測)しません
git config --global mergetool.araxis.path /Applications/Araxis Merge.app/Contents/Utilities/araxisgitmerge
git config --global difftool.araxis.path /Applications/Araxis Merge.app/Contents/Utilities/araxisgitdiff
をどのように構成すればよいaraxis.pathですか? Araxis Merge で使用する必要がある追加の Git 設定はありますか?