Skip to content
René Kijewski edited this page Feb 12, 2014 · 2 revisions

colored diff

To have a colored output for all git projects execute:

git config --global color.ui auto

If you only want a colored output for your current git project, then omit the --global attribute.

This also shows whitespace errors in red.

Clone this wiki locally