When you want to change from the black and white colors in your git, you can use the default git color configurations using the command:
git config --global color.ui trueThe --global is optional, if you want to make the coloring for the current repository, ignore this and type it as: