美文网首页
git常用命令

git常用命令

作者: andev009 | 来源:发表于2020-10-27 11:22 被阅读0次

    修改本地仓库的用户名和邮箱:
    git config --replace-all user.name "name"
    git config --replace-all user.email "123@qq.com"
    查看自己的用户名和邮箱地址:
    git config user.name
    git config user.email

    相关文章

      网友评论

          本文标题:git常用命令

          本文链接:https://www.haomeiwen.com/subject/qpotvktx.html