Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.
I needed to in install it on my mac because I want to follow the progress of Rubinius (a Ruby VM work in progress). Rubinius recently switched from SVN to GIT for source control. I will need to update my blog article on installing Rubinius. Anyway, here are the steps (in a Terminal window) to follow to *get* GIT.
Update: There is a newer article on this at this site
Posted on September 21st, 2007 by dysinger
Filed under: @work