Linux系统在线安装和查看git版本
在线安装git
yum -y install git
查看版本信息
git --version
[root@localhost local]# git --version
git version 1.8.3.1
在线安装git
yum -y install git
查看版本信息
git --version
[root@localhost local]# git --version
git version 1.8.3.1