Hope Have Good tech
Linux extend php apache server mvc java

See all color.* options in the git config docs

$ git config color.branch auto
$ git config color.diff auto
$ git config color.interactive auto
$ git config color.status auto

Or, you can set all of them on with the color.ui option:

$ git config color.ui true
posted on 2010-12-20 11:46  JackeyChan  阅读(732)  评论(0)    收藏  举报