-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Git tricks
René Kijewski edited this page Feb 12, 2014
·
2 revisions
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.