git配色问题

来源:互联网 发布:ubuntu花屏 编辑:程序博客网 时间:2024/05/13 07:39
+默认情况下,ubuntu下的终端中,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