@wavded

JavaScript, Programming

1 note &

Installing git on CentOS 5

Here’s a quick simple one that hopefully will make it easier for others.  CentOS 5 doesn’t have git in its repositories, the jerks :)  But its pretty easy to get it up anyway.

rpm -Uvh 'http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm'
yum install git
  1. wavded posted this