Git
安装
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
git配置相关命令
git核心原理
git命令实践
git3个场景