Wished that git came with colors?
Got this in a recent email from the Singapore Ruby Group:
git config --global color.branch "auto"
git config --global color.status "auto"
git config --global color.diff "auto"
Thanks Dinesh!
You can find out more here:
http://cheat.errtheblog.com/s/git
