Introduction

You have probably heard of git. Its used by a lot of programmers around the world. Now what is it?
Git allows groups of people to work on the same documents (often code) at the same time, and without stepping on each other's toes. It's a distributed version control system.

Installing Git

If you dont have git installed in your PC, you can get it from here. Now lets begin learning.

This website was build by me, in association with Google Code-in and with the help of FOSSASIA.