码迷,mamicode.com
首页 > 其他好文 > 详细

在git bash 中配置git用户名和邮箱及查看配置信息

时间:2018-12-28 20:44:22      阅读:676      评论:0      收藏:0      [点我收藏+]

标签:als   crlf   ocr   use   ESS   RoCE   config   pack   proc   

Administrator@LuoTong-10035 MINGW32 ~
$ git config --global user.name "mrluotong"

Administrator@LuoTong-10035 MINGW32 ~
$ git config --global user.email "836313470@qq.com"

Administrator@LuoTong-10035 MINGW32 ~
$ git config --list
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=d:/Program Files (x86)/Git/mingw32/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
pack.packsizelimit=2g
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=mrluotong
user.email=836313470@qq.com

 

在git bash 中配置git用户名和邮箱及查看配置信息

标签:als   crlf   ocr   use   ESS   RoCE   config   pack   proc   

原文地址:https://www.cnblogs.com/mrluotong/p/10192492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!