ubuntu下git输出的颜色变化

 (这些文章都是从我的个人主页上粘贴过来的,大家也可以访问我的主页 www.iwangzheng.com)

11点进家门,感觉很温暖哦。

以下是如何在用git的时候清晰的看出关键字的方法。

  1. $ vim .git/config
  2. $ git config --global color.status auto
  3. $ git config --global color.diff auto
  4. $ git config --global color.branch auto
  5. $ git config --global color.interactive auto
原文地址:https://www.cnblogs.com/iwangzheng/p/3577983.html