首页 > 其他 > 详细

git中的换行符

时间:2020-08-12 11:36:00      阅读:57      评论:0      收藏:0      [点我收藏+]
git中的换行符

commit:    无转换
checkout:  无转换
git config --global core.autocrlf false

commit: 转为LF checkout: 转为CRLT git config
--global core.autocrlf true
commit: 转为LF checkout: 无转换 git config
--global core.autocrlf input

 

git中的换行符

原文:https://www.cnblogs.com/Searchor/p/13488997.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!