码迷,mamicode.com
首页 > 系统相关 > 详细

Linux中设置Git显示颜色

时间:2020-06-12 11:09:59      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:cti   lob   glob   col   global   linu   显示   int   linux中   

在linux中git安装后颜色是不自动设置的。

下面的命令设置git的颜色:

git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto

Linux中设置Git显示颜色

标签:cti   lob   glob   col   global   linu   显示   int   linux中   

原文地址:https://www.cnblogs.com/codehome/p/13097761.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!