yeshenmeng

git config user.name 查看当前用户名

git config user.email 查看当前邮箱

git config --global user.name "用户名" 切换账号

git config --global user.email "邮箱"  切换邮箱

分类:

技术点:

相关文章: