bestform --verbose

A weblog for geeks, nerds and codemonkeys.

« Back to blog

Colors in git

git has supported a "--color" argument for several commands, like diff and log. However, there wasn't an easy way to make colorized output the *default* nor could you change the colors.

No more.

If you are running git 1.5 or above, you can turn on color by default and also change the colors.