Last Updated: January 27, 2020
·
1.899K
· danielpuglisi

Colorize git

Bored of your monocolored git output? Enter

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

into your terminal and enjoy the bright world of colors.

You can also simply add

[color]                                                                                                                                                                                                                                  
  ui = true 

to your ~/.gitconfig.

2 Responses
Add your response

Quite common feature :)

over 1 year ago ·

You should set this to auto if you don't want broken git output when not attached to a smart terminal.

over 1 year ago ·