Kyle Mulka's Blog » git http://blog.kylemulka.com Mon, 28 Jan 2013 18:59:11 +0000 en-US hourly 1 http://wordpress.org/?v=4.2.2 Why I Switched From SVN to Git http://blog.kylemulka.com/2010/01/why-i-switched-from-svn-to-git/ http://blog.kylemulka.com/2010/01/why-i-switched-from-svn-to-git/#comments Thu, 07 Jan 2010 07:36:10 +0000 http://blog.kylemulka.com/?p=526 A HUGE benefit of git (or any other distributed source code control system) is that the entire repository is stored in each developer’s environment. This means that you automatically have as many backups of the source code as you have developers. If you use a hosted service such as github, this means that even if github looses ALL of your data, you still have all your source code (and revision history) on your own machines.

In a software startup, your source code is like your crown jewels. Losing your source code can be disastrous.

This is primarily why I switched from svn to git, and why you should too.

]]>
http://blog.kylemulka.com/2010/01/why-i-switched-from-svn-to-git/feed/ 1