Git显示颜色

如果我们要让 Git 显示颜色,我们可以使用 git config 命令,加上 color 参数即可:

$ git config --global color.ui true