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" 给所有的仓库命名
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" 给所有的仓库命名
本文标题:git config
本文链接:https://www.haomeiwen.com/subject/dentvttx.html
网友评论