美文网首页
git config

git config

作者: afander | 来源:发表于2016-12-19 22:45 被阅读0次

1、git config user.name   查询username

2、git config user.email    查询email

3、git config user.name "YOUR NAME" 给当前仓库的username 重命名

4、git config user.email "YOUR EMAIL "  ...

5、git config --global user.name "YOUR NAME" 给所有的仓库命名

6、git config --global user.email "YOUR EMAIL ADDRESS" ...

相关文章

网友评论

      本文标题:git config

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