Git 查看用户名和 Email

查看全局用户名和 Email

git-bash

git config --global user.name
git config --global user.email
查看当前仓库用户名和 Email

git-bash

git config user.name
git config user.email
原文地址:https://www.cnblogs.com/aisowe/p/15245900.html