
While in DVCS, you can find Bazaar, Mercurial, and Git. Some examples of centralized tools are Concurrent Version System (CVS), Subversion (SVN), Team Foundation Server (TFS), and Perforce Helix. Usually, you will find Version Control Systems (VCS) and Distributed Version Control Systems (DVCS). This requires the use of a powerful tool that can help you take care of your work, allowing you to move around your project quickly and without friction.There are many tools for this job on the market, both proprietary and open source. You may know that adding a new feature, fixing a broken one, or stepping back to a previous condition is a daily routine. Whether you are a professional or an amateur developer, you've likely heard about the concept of version control.


In this git tutorial, i will take you through the steps to install GIT and clone repository in your local System.
