To make git’s outputs more colorized and easier to read, for an example for the commands git status, git diff and git log, run the following command in your project folder:
git config color.ui auto
To make git’s outputs more colorized and easier to read, for an example for the commands git status, git diff and git log, run the following command in your project folder:
git config color.ui auto