hi,
I have to manage a batch of yaml/json files under git, the default git diff shows the text line based diff, which make no sense for object differences in yaml/json files. deepdiff provides a wonderful view in this scenario, is it possible to use deepdiff as the git's difftool?
thanks