【git】自动换行转换autocrlf

#####windows
git config --global core.autocrlf true  
#####linux
git config --global core.autocrlf input
#####取消
git config --global core.autocrlf false
posted @ 2018-09-21 10:42  Flint99  阅读(237)  评论(0)    收藏  举报