Moving from svn to git
November 12, 2013
After nearly two years of tinkering with git, it’s time to pull the plug on my subversion setup. It’s taking too long to push changes because the repos are getting unwieldy. Git works great with the same amount of data, and much quicker to push changes to and from repositories. # mkdir staging # cd […]