GIT查看当前用户以及邮箱

$ git config user.name

$ git config user.email


GIT修改用户以及邮箱

$ git config --global user.name "测试用户"
$ git config --global user.email "17612182657@163.com"

 

相关文章: