centos7 安装、使用git

1. 查看系统是否已经安装git

git --version

2. 安装git

yum install -y git

3. 查看是否安装成功

git --version

4. 卸载

yum remove git

使用

原文地址:https://www.cnblogs.com/yourstars/p/8821868.html