git常用命令
2020-10-27 本文已影响0人
andev009
修改本地仓库的用户名和邮箱:
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