Set file as non-binary in git

后端 未结 2 1410
独厮守ぢ
独厮守ぢ 2021-01-02 08:53

I have a folder with lots of .cs files. Some of these files (for some reason) are tracked as binary and the git diff command doesn\'t work normally with them. I

2条回答
  •  萌比男神i
    2021-01-02 09:18

    In Sourcetree version 3.1.2:

    • Tools > Options > Diff
    • Add an extra zero to 'Size Limit (Text)'
    • Add an extra zero to 'Size Limit (Binary)'
    • Click OK
    • View > Refresh (or F5)

提交回复
热议问题