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

配置之后,就有颜色了。

posted @ 2018-08-08 17:25  TBHacker  阅读(1542)  评论(0编辑  收藏  举报