git 查看、切换用户

git 查看、切换用户 查看命令:html 查看用户名:git git config user.name 查看用户邮箱:post git config user.email 修改命令:url 修改用户名:spa git config --global user.name "Your_username" 修改用户邮箱:code git config --global user.email "Your
相关文章
相关标签/搜索