Notes on Life, ‘Puters and Hawaii

Installing StGit (Stacked Git) On Mac OS X Leopard

I wanted to try out stacked git for maintaining patches. Here is how I did it on my mac.

git clone http://homepage.ntlworld.com/cmarinas/stgit.git
cd stgit
git checkout -b stable origin/stable
sudo python setup.py install --prefix=/usr/local

Here is some resources to get started using stacked git.

Leave a Reply