git log 颜色调整
1 . 输入 git config --global alias.lg "log --graph --pretty=format:'%Cred%h - %Cgreen[%an]%Creset -%C(yellow)%d%Creset %s %C(yellow)<%cr>%Creset' --abbrev-commit --date=relative"
2. git lg 显示
------------------------------------------------------------
追加 git status 等命令颜色配置
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git
config --global color.interactive auto