如何在git中自定义日志格式?

时间:2013-06-06 12:34:27

标签: git

我想在git中自定义日志格式,这样它只会显示评论和提交代码的人..

此致

1 个答案:

答案 0 :(得分:1)

.git/config

的别名栏中添加以下内容
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative