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

posted on 2021-09-09 10:30  aisowe  阅读(1628)  评论(0编辑  收藏  举报

导航