Is there a way to configure Git to always apply the --dir-diff
option when executing
git difftool <commit> <commit>
For example, something logically equivalent to:
[diff]
#tool = p4merge
tool = araxis
[difftool]
prompt = false
dirdiff = true # Is there something equivalent to this?
[mergetool "araxis"]
path = /Applications/Araxis Merge.app/Contents/Utilities/compare
Not natively, but you can create a shell alias (depending on what OS you're running) to do that for you, so you'd assign for example gd
as git difftool --dir-diff
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With