Skip to main content

How can I colorize Git output?

17 Aug 2013 - git

git config --global color.ui true

The above command adds the following item to your git configuration files.

[color]
  ui = true