Add color to Git
Monday, November 16th, 2009Wished that git came with colors?
Got this in a recent email from the Singapore Ruby Group:
git config --global color.branch "auto"
git config --global color.status "auto"
git config --global color.diff "auto"
Thanks Dinesh!
You can find out more from errtheblog.
