Posts

Showing posts with the label Git

How to install GIT on CentOS

It is quite easy to install GIT using YUM command line manage utility on CENT OS 6. Install : # yum clean all # yum install git Verify Subversion  :  # git --version Thanks..!!!