git config
git config --global core.whitespace cr-at-eol
cr-at-eol treats a carriage-return at the end of line as part of the line terminator, i.e. with it, trailing-space does not
trigger if the character before such a carriage-return is not a whitespace (not enabled by default).
去掉git提交时出现很多^M提示符,
git config --global core.filemode false
git 提交时忽略文件权限,该值默认是true
最后更新:2017-10-15 21:34:05
上一篇:
阿里云服务器ECS怎么升级配置,升级时有什么优惠活动?
下一篇:
武学的最高境界是和自己的理想作斗争
Android之ActionBar、Tabs、Fragment、ViewPager实现标签页切换并缓存页面
Openstack Restful API 开发框架 Paste + PasteDeploy + Routes + WebOb
Android系统文件夹目录大剖析
Enterprise Library深入解析与灵活应用(8):WCF与Exception Handling AppBlock集成[上]
学生管理系统调试——实时错误(实时错误“3021)
Spark SQL CLI 实现分析
java对象序列化的概念和实现
硅谷资深数据科学家教你认清探索性数据分析(EDA)的价值
阿里云计算开放香港数据中心 进军全球云计算市场
docker 配置外网访问