Last Updated: February 25, 2016
·
679
· krmbzds

Enable 'git diff' color highlighting by default

Just run this command:

git config --global color.diff true

You might want to remove the --global parameter if you want the option to be project specific.