Git 命令之查看及设置用户名邮箱
Git About 178 words说明
GitHub
统计contributions
是以邮箱依据的。
查看用户名和邮箱地址
git config user.name
git config user.email
修改用户名和邮箱地址
git config --global user.name "username"
git config --global user.email "email"
Views: 4,089 · Posted: 2019-03-23
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...