linux-git shell colors

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

原文地址:https://www.cnblogs.com/jarryhua/p/10024269.html