git 修改作者名称和作者邮箱

来源:互联网 发布:对付淘宝无良卖家 编辑:程序博客网 时间:2024/04/29 10:41

1. 查看

$ git config user.name$ git config user.email

2. 设置

$ git config --global user.name "name"$ git config --global user.email "mixboot"

参考:
1.Git 如何查看和修改用户名、邮箱

原创粉丝点击