git查看和修改的用户名和邮箱

查看用户名和邮箱

git config user.name
git config user.email
 

修改用户名和邮箱:

git config –global user.name “your name”
git config –global user.email “your email”
 

    原文作者:_Debug_debug
    原文地址: https://blog.csdn.net/u010931123/article/details/83340615
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞