git in color

Jacob Allred
#web-dev

By default, git doesn’t use color. It is gray gray gray. Bleh. But with a single line in your shell you can enable color for git:

git config --global --add color.ui true

Bam! Color for your git diff, merge, add, commit… Everything. It is amazing how much a little color can help.

Without Color

With Color