Git in color

By default git has no coloured output. Quickly improve the situation with:

$ git config --global --add color.ui auto
comments powered by Disqus