git からマージしようとすると、 を呼び出しますが、git mergetool
マージのために Araxis を開きません。
これは私の~/.gitconfig
です:
[diff]
tool = araxis
[merge]
tool = araxis
そして、これは結果です:
$ git mergetool
Merging:
src/main/webapp/css/style.css
Normal merge conflict for 'src/main/webapp/css/style.css':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (araxis):
src/main/webapp/css/style.css seems unchanged.
Was the merge successful? [y/n] n
merge of src/main/webapp/css/style.css failed
私は何を忘れたでしょうか?