美文网首页
git 修改提交用户信息

git 修改提交用户信息

作者: spectatorNan | 来源:发表于2016-05-11 16:07 被阅读968次
    #修改用户名
    git config --global user.name "Your Name"
    #修改email地址
    git config --global user.email "you@example.com"
    

    全局通过vim ~/.gitconfig来查看
    局部通过当前路径下的.git/config文件来查看

    相关文章

      网友评论

          本文标题:git 修改提交用户信息

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