0
votes
2answers
114 views

How do I configure Araxis Merge for use with Git?

I understand that Araxis Merge is now a "fully supported" mergetool for Git, so that much of what I can find about configuring Git to use it is now out of date. In particular, Araxis Merge should work ...
3
votes
1answer
81 views

How to set difftool/mergetool for a specific file extension in Git?

Is it possible to set a custom tool for merging files with a specific extension in Git? Thanks for any pointers! Update I wasn't able to come up with any better solution than defining a custom ...