首页 > 其他 > 详细

git

时间:2017-01-08 22:40:59      阅读:223      评论:0      收藏:0      [点我收藏+]

 

C:\Users\Administrator>git config -l
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=F:/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
credential.helper=manager

C:\Users\Administrator>git config --global user.name xiluhua

C:\Users\Administrator>git config --global user.email 505440@163.com

C:\Users\Administrator>git config -l
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=F:/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
credential.helper=manager
user.name=xiluhua
user.email=505440@163.com

 

git

原文:http://www.cnblogs.com/xiluhua/p/6262918.html

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