查看
$ git config user.name
$ git config user.email
修改
$ git config --global user.name "username"
$ git config --global user.email "email"
$ git config user.name
$ git config user.email
$ git config --global user.name "username"
$ git config --global user.email "email"
4226
2万+
7231
1万+

被折叠的 条评论
为什么被折叠?