git log --graph --pretty=format:'%C(yellow)%h%Creset -%C(cyan)%d%Creset %s %Cgreen(%an, %cd)' --abbrev-commit
Git log修改时间格式
git config --global log.date format:’%Y-%m-%d %H:%M:%S’
git log --graph --pretty=format:'%C(yellow)%h%Creset -%C(cyan)%d%Creset %s %Cgreen(%an, %cd)' --abbrev-commit
git config --global log.date format:’%Y-%m-%d %H:%M:%S’