Skip to content
Kunal Nagpal edited this page Apr 24, 2016 · 4 revisions

Git is what people in the programming world called a Version Control System, or VCS for short. To put it in a nutshell, Git makes your code traceable for changes, revisions, and makes simultaneous real time collaboration a whole lot less painful. So, the next time someone asks you to put your code on a Cloud Drive, go ahead and kick them hard.

GitHub, on the other hand, is an online, Ruby based platform that provides Git hosting as a service.

Tutorials:

References:

Official Git Manual:

In order to acquire some real world experience with Git, feel free to use the learn repository.

GPL

General

First steps

Setup instructions

Technical information

Developer guidelines

Simulation

Clone this wiki locally