📌  相关文章
📜  如何检查当前的 git 用户 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.540000             🧑  作者: Mango

代码示例1
To know the username, type:

git config user.name

To know the email, type:

git config user.email