Introducing Version control system , Git , Repositories and Cloning.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance.
You can download Git at http://git-scm.com/download
You can sign up for a free public git repository at
https://github.com/ .
Why do we generally use Git ?
Generally Git Can be Said As a Distributed Version Control System.
1. Its fast
2. Its Easy
3. Its Performance is better .