Git的安装与使用
修改用户名和邮箱
$ git config --global user.name "输入你的用户名"
$ git config --global user.email "输入你的邮箱"
查看配置
$ git config --list
版权声明:
作者:三炮不吃鱼
链接:https://www.keke.moe/archives/1260.html
文章版权归作者所有,未经允许请勿转载。
THE END
$ git config --global user.name "输入你的用户名"
$ git config --global user.email "输入你的邮箱"
$ git config --list