Git Side Benefit: Reducing Disk Usage
Saturday, January 17th, 2009 by Jesper Rønn-JensenA side benefit of switching from Subversion to Git for source control is that Git does not use shadow files and directories to find out what has changed. I created two checkouts of a svn project — one using traditional svn and one using git (which can actually clone a svn repos — see explanation […]