ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

linux 系统上配置 .gitconfig

[core]
        autocrlf = input
        safecrlf = warn

配置为提交时转为 lf,下拉时不转换。如果文件时混合换行符时,进行警告。

参考:https://www.jianshu.com/p/6ef90ce18ba2
https://blog.csdn.net/whsdu929/article/details/52490188
http://kuanghy.github.io/2017/03/19/git-lf-or-crlf
http://kuanghy.github.io/2017/03/19/git-lf-or-crlf

posted on 2020-12-14 11:24  ramlife  阅读(69)  评论(0编辑  收藏  举报