Friday, April 1, 2011

Stack Git installation OS X

Stack Git.

Easily the most useful tool I've ever found while browsing reddit( This session lead on to the most productive night I've ever started from reddit aswell). TLDR: Quilt for Git. Not that I ever used Quilt... Though the merit and productivity potential is blatantly apparent.

Install homebrew

ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)"

Install Deps

brew install asciidoc xmlto docbook

Register docbook

sudo docbook-register

Install stgit in $HOME/{bin,lib,share}

git clone git://repo.or.cz/stgit.git
cd stgit
make all doc
make install install-doc