-1

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

问候

4

1 回答 1

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
于 2013-06-06T12:35:53.470 回答