1 Blog Entry for September 2007


Django Development Using git

  • September 17th, 2007 (2 years, 10 months ago)

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 ...

Read the rest »

About this entry

Date Posted:
September 17th 2007 at 12:09:00 PM

Tagged:
django, git