git 查看&修改用户名

$ git config user.name   查看用户名

$ git config user.email   查看邮箱

 

$ git config --global user.name "username"  修改用户名

$ git config --global user.email "email"   修改邮箱

posted @ 2018-05-22 10:54  itvita  阅读(315)  评论(0编辑  收藏  举报