Install git on centos 7

delightfullynerdy

Dalitso Kasonde

Posted on July 11, 2020

Install git on centos 7

Use the following command to include repositories of git to your server

sudo yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm

Type the following command to install git

sudo yum install git

💖 💪 🙅 🚩
delightfullynerdy
Dalitso Kasonde

Posted on July 11, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related