Git指令

September 19, 2017

查看用户名及邮箱地址

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

修改用户名及邮箱地址

$ git config --global user.name "用户名"
$ git config --global user.email "邮箱地址"
comments powered by Disqus