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 log 颜色调整_第1张图片




------------------------------------------------------------


追加  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 

你可能感兴趣的:(git log 颜色调整)