git color 设置终端颜色

创建日期: 2022-11-09 12:26 | 作者: 风波 | 浏览次数: 12 | 分类: Git

来源:https://stackoverflow.com/questions/10998792/how-to-color-the-git-console

git config --global color.ui auto

更细节的设置

git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto
12 浏览
0 评论