用户名和邮箱地址是git客户端的一个变量,不会随git库的改变而改变。
每次commit都会记录用户名和邮箱。
1、查看用户名和地址
git config user.name
git config user.email
2、修改用户名和地址
git config --global user.name "your name"
git config --global user.email "your email"
用户名和邮箱地址是git客户端的一个变量,不会随git库的改变而改变。
每次commit都会记录用户名和邮箱。
1、查看用户名和地址
git config user.name
git config user.email
2、修改用户名和地址
git config --global user.name "your name"
git config --global user.email "your email"
本文标题:Git 教你如何查看、修改用户名、邮箱
本文链接:https://www.haomeiwen.com/subject/vfnudxtx.html
网友评论