LinuxMoz

Linux Stuff && Coffee

CentOS Install GIT Tutorial

| Comments

How to install GIT on CentOS, GIT is a subversion style system used by Python / Django and programmers for version control / check.

CentOS GIT Install Command

To install GIT on CentOS using YUM enter the following command as root:

1
yum install git

Check the packages YUM is asking to install and press Y to confirm.

YUM will now pull down the required RPM packages and install GIT, you can then setup GIT for your version control or install packages via GIT for software such as python’s Django.

Comments