查看用户名
git config user.name
查看用户邮箱
git config user.email
修改用户名和邮箱的命令
git config --global user.name "Your_username"
git config --global user.email "Your_email"
查看用户名
git config user.name
查看用户邮箱
git config user.email
修改用户名和邮箱的命令
git config --global user.name "Your_username"
git config --global user.email "Your_email"
本文标题:git 切换用户
本文链接:https://www.haomeiwen.com/subject/rmfbsftx.html
网友评论