当前位置:   article > 正文

git全局配置_全局化git

全局化git

以下是使用时需要的git全局配置,保证程序安全高可用

本地全局配置(only one time config)

git config --global user.name "anjos"
git config --global user.email whaozl@163.com
# 记住密码
git config credential.helper store

# 提交时转换为LF,检出时不转换
git config --global core.autocrlf input

#允许提交包含混合换行符的文件
git config --global core.safecrlf false
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/642551
推荐阅读
相关标签
  

闽ICP备14008679号