git--基本命令篇

Config配置相关

git config  --list  查看所有配置
git config user.name 查看用户名
git config user.email 查看邮箱
git config --global user.name  '' 设置用户名
git config --global user.email '' 设置邮箱

 

猜你喜欢

转载自www.cnblogs.com/yuanzessrs/p/11628936.html