git中提交时换行符LF与CRLF转换

如下,在.gitconfig配置文件中添加,会在提交时候将crlf转换为lf

[core]
  autocrlf = input

你可能感兴趣的:(Git的使用)