Setting up a git repository

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

First of all we need to install git on the remote server (lets call it server.com). The easiest way is to use yum to download and install the git software. The command is yum install git. yum will download all necessary files including dependencies if needed and … install the base git software.


Click Here to Read the Full Post →