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
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