git colors!

categories: blog

wheeee! 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 :)

View Comments
blog comments powered by Disqus