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

git 修改 email

时间:2021-04-22 15:36:18      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:git   修改   ssl   glob   sdn   blog   提交   detail   xxx   

https://blog.csdn.net/qq_29846663/article/details/73498853

 

查看email

% cat ~/.gitconfig
[user]
email = a@bc.com
[credential]
helper = store
[http]
sslverify = false

 

修改提交name和email
(1)修改  全局的gitconfig,适用于当前登陆用户
  $git config --global user.email "xiaoming1@xxx.com"
 

 

git 修改 email

标签:git   修改   ssl   glob   sdn   blog   提交   detail   xxx   

原文地址:https://www.cnblogs.com/jxba/p/14684487.html

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