//DEVGURU

Bartosz Pietrzak @ February 21st, 2009

Colors in GIT

This one will be short:

git config --global color.ui true

The command above will color your git output (branches, file status etc) green and red. Very, very handy.

3 comments do “Colors in GIT”

  1. Sebastian Nowak wrote:

    Very useful. I don’t know there is one line commend to do magic with git colors.

  2. Grzegorz Kazulak wrote:

    Yeah but those colors are crappy thought. Why the f*** files that got some modifications are highlighted in red? Should be yellow or smth. It confuses users with deleted files (which are apparently in red too).

  3. zajefajnyx wrote:

    Chcemy wiecej :D

Comment this post!