Git has a default color schema for showing information. However, sometimes it is difficult to read (especially for color blind people), such as below
You can modify the color schema by editing the C:\Users\yourname.gitconfig file as below
1 | [color] |
Now it is much easier to read.
Done.