Answers:
git config --global color.branch auto
git config --global color.diff auto
git config --global color.status auto
git config --global color.ui auto
全局配置保存到~/.gitconfig
,您也可以直接使用文本编辑器进行编辑。
git-config
有关更多选项,请参见的手册。
color.ui auto
),现在它为我着色了。我认为您不需要休息。