View on GitHub

Migrating to Git and GitHub

Why migrate to Git

Benefits for individuals

There are plenty of articles on the Internet about the benefits of using Git. Here we summarize some of the most important items for individuals:

You are in control

You can truly isolate your tasks

You can do things fast

You can learn from the past

You can easily correct your mistakes

You can focus on the most important things

Corporative reasons

Aside from making individuals life easier, Git has a number of other benefits for Corporations too, including:

In summary, source code management in Git it’s secure, fast, and enterprise grade, allowing to create and manage repositories, set up fine-grained permissions, and collaborate on code – all with the flexibility of the own company servers.


Some text extracted from http://agiloper.wordpress.com/2012/03/21/benefits-of-git-for-a-developer/