Git查看及修改用户名和邮箱

1、查看命令

 git config --local --list

2、查看当前用户名

git config user.name

3、查看邮箱

git config user.email

4、修改用户名

git config user.name xxx

5、修改邮箱

git config user.email xxx
    原文作者:时间的情敌
    原文地址: https://blog.csdn.net/qq_34297387/article/details/119252021
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞