How To Install Git Using Yum
As is the case with most Linux distributions, git is available from CentOS's default repositories. We can install the package maintainer's most recent version with:
yum -y install git
git --version
As is the case with most Linux distributions, git is available from CentOS's default repositories. We can install the package maintainer's most recent version with:
yum -y install git
git --version