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
浙公网安备 33010602011771号