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

查看用户名和邮箱:

git config user.name
git config user.email

修改用户名和邮箱:

git config --global user.name "your name"
git config --global user.email "your email"

发表评论

您的电子邮箱地址不会被公开。