.gitattributes not making a difference, trying to skip files when using git difftool

前端 未结 2 1874
轮回少年
轮回少年 2021-02-08 12:12

I\'ve read the Git Pro website and I\'ve read multiple answers on StackOverflow, but sadly I am simply unable to make .gitattributes work for me.

Whenever I\'m using

2条回答
  •  被撕碎了的回忆
    2021-02-08 12:36

    patthoyts's answer worked for me.

    The trick for me was figuring out version of git-difftool--helper git was using (MacPorts had installed multiple versions)

    I used (with the difftool open):

    lsof | grep "git-difftool--helper"
    

提交回复
热议问题