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

git修改commit作者名

时间:2019-03-27 14:12:42      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:get   code   地址   lan   span   pre   glob   tar   http   

查看用户名和地址

git config user.name
git config user.email

修改用户名和地址

git config --global user.name "your name"
git config --global user.email "your email"

转自 https://www.jianshu.com/p/d24e791a7679

git修改commit作者名

标签:get   code   地址   lan   span   pre   glob   tar   http   

原文地址:https://www.cnblogs.com/caolyl/p/10607043.html

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