Add color to Git

Posted by Alvin Lai on November 16, 2009

Wished that git came with colors?

325fbb4dcad8f8aabc1ba22f77948eb1

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 here:
http://cheat.errtheblog.com/s/git

Trackbacks

Use this link to trackback from your own site.

blog comments powered by Disqus