Github windows, whole file shows change after commit.

后端 未结 1 1138
轻奢々
轻奢々 2021-01-13 09:50

I am using the github windows app. I seem to be having problems with it showing what has changed and what hasn\'t. Before I commit it correctly shows only the changed lines,

相关标签:
1条回答
  • 2021-01-13 10:23

    This is usual core.autocrlf issue (different setting in your clients and definitely wrong in Github client) - read "Formatting and Whitespace" topic and core.autocrlf part of it carefully

    PS: you can test my statement using differ, which can ignore EOL-difference in compared files

    0 讨论(0)
提交回复
热议问题