Installing Git on Mac OS X

Posted by tohchye

Recently there’s a trend in the rails community switching from SVN to Git. If you want to give that a try and you are using a Mac, the easiest way to install Git is using macports.

sudo port install git-core
Comments

Leave a response