git colors!
Thu, 14 Apr 2011 11:30 categories: blogwheeee! colors!
I was especially in the need of colors for git-diff.
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git config --global color.ui auto
git config --global color.interactive auto
git config --global color.grep auto
one can certainly overdo it but I love colored output on my terminal :)