Git status ignore line endings / identical files / windows & linux environment / dropbox / mled

后端 未结 6 1790
离开以前
离开以前 2020-12-02 07:42

How do I make

git status

ignore line ending differences?

Background info:

I use randomly Windows and Linux to w

6条回答
  •  一生所求
    2020-12-02 08:10

    Try setting core.autocrlf value like this :

    git config --global core.autocrlf true
    

提交回复
热议问题