git修改commit作者名
Posted caolyl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git修改commit作者名相关的知识,希望对你有一定的参考价值。
查看用户名和地址
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作者名的主要内容,如果未能解决你的问题,请参考以下文章