DEV Community

Dalitso Kasonde
Dalitso Kasonde

Posted on

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

Top comments (0)