-
Couldn't load subscription status.
- 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 autoIf you only want a colored output for your current git project, then omit the --global attribute.
This also shows whitespace errors in red.