2019-06-13 git的最小配置
2019-06-13 本文已影响0人
张大志的博客
[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