If your like me, you are constantly trying to keep up with the latest changes in the rails world. One of those changes is moving from Subversion as a version control system to GIT. One of the Macs I work on is still running Tiger so I needed a quick guide on getting GIT up and running. You can install GIT using mac ports you can;
sudo port install git-core +svn +doc
but it is recommend to compile your own from source so you get the latest version. Check out this guide to installing GIT on OS X Tiger.
Toolman Tim has a guide on how to setup a new rails app with GIT.
