[root@VM_0_3_centos ~]# git config --global user.name 'eagle'
[root@VM_0_3_centos ~]# git config --global user.email '12345678@qq.com'
[root@VM_0_3_centos ~]# git config --list --global
user.name=eagle
user.email=12345678@qq.com
[root@VM_0_3_centos ~]# git config --global user.name 'eagle'
[root@VM_0_3_centos ~]# git config --global user.email '12345678@qq.com'
[root@VM_0_3_centos ~]# git config --list --global
user.name=eagle
user.email=12345678@qq.com
本文标题:2019-06-13 git的最小配置
本文链接:https://www.haomeiwen.com/subject/wwlsfctx.html
网友评论