git diff
考虑到我的textconv driver,但git difftool -d --textconv
却没有。为什么?如何解决?
我的~/.gitconfig
包含其他设置:
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = vim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)' $LOCAL $REMOTE '+syntax off'
[diff "ipynb"]
textconv = nbcatsrc
我的.gitattributes
是:
*.ipynb diff=ipynb