📜  ingore 删除行尾 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:00.289000             🧑  作者: Mango

代码示例1
git config --global core.autocrlf true
git config --global core.autocrlf input

---- remove line endings (using sourcetree push/pull source code)
https://stackoverflow.com/questions/20496084/git-status-ignore-line-endings-identical-files-windows-linux-environment
---- NOTE: will effect when pull the source code second time