1 Blog Entry for September 2007
Django Development Using git
A little background
Not very long ago I was fortunate to attend a talk given by Randall Schwartz on git, the distributed source control system developed by Linus Torvalds and the rest of the Linux kernel developers. After that talk and after watching the Google Video talk given by Linus I decided to dip my toe into the waters by installing git on my Mac and writing a few patches for Django.
Installation on a Mac using MacPorts
With MacPorts installed, installing a recent version of the svn variant of git is simple enough:
> sudo port install git-core +svn
Test ...