安装
yum
apt-get
修改环境变量,定制git环境

用户git信息配置

[root@localhost ~]# git config --global user.name "sprr"
[root@localhost ~]# git config --global user.email "sprr@163.com"
[root@localhost ~]# git config --global color.ui true
yum
apt-get


[root@localhost ~]# git config --global user.name "sprr"
[root@localhost ~]# git config --global user.email "sprr@163.com"
[root@localhost ~]# git config --global color.ui true