修改本地仓库的用户名和邮箱:
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 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
网友评论