首页 > 技术文章 > git修改commit作者名

caolyl 2019-03-27 13:52 原文

执行位置

 

 

查看用户名和地址

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


推荐阅读