CentOS yum 安装卸载git

安装验证

git --version

CentOS7 yum 安装git

yum install -y git

安装验证

git --version

卸载git

yum remove git