Salient Digital Techno Blog
Ramblings on technology with a dash of social commentary
-
Git for Subversion Users
Posted on December 23rd, 2009 No commentsI just spent a few hours reading up on Git, and have to admit I saw the light. One of the coolest features of Git is that it is distributed and provides an easy way to have a repository made up of smaller sub-repositories (called submodules in Git). Try that with SVN! Why does this matter? What’s so cool about Git? you may be wondering… Well, because the Kohana 3.0 source code is stored in several Git repositories, you can easily checkout the source to a local working copy, including only the modules you want, and also build your application in a local Git repository.
All of the following links are really helpfu.
Git for Subversion users, Part 1: Getting started


