William Purcell’s answer only enables color for the ‘git diff’ command. Do this to enable colors for all git commands:
$ git config --global color.ui true
William Purcell’s answer only enables color for the ‘git diff’ command. Do this to enable colors for all git commands:
$ git config --global color.ui true