In this example we shall show you how to start with Git. Git is a Version Control System (VCS) like CVS or Subversion but with one big difference it is not central repository, it is distributed. First, we shall install git. You can download the installer to any O.S. from git-scm site here. Also, we will need ...