Linux中Git设置,让Git命令显示颜色
3 861 0 2021-01-11 01:54:06
Linux中设置Git显示颜色
在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
本文链接地址,转载请标注:
https://caohongyuan.com/article/180