Linux系统在线安装和查看git版本

在线安装git

yum -y install git

查看版本信息

git --version
[root@localhost local]# git --version
git version 1.8.3.1
原文地址:https://www.cnblogs.com/ooo888ooo/p/13630984.html