gpt4 book ai didi

git - 如何为 git log prettyprint 设置最大字段长度?

转载 作者:太空狗 更新时间:2023-10-29 13:53:38 27 4
gpt4 key购买 nike

如何使用 git log 指定最大字段长度?我希望输出列对齐。

最佳答案

您可以在不使用任何外部工具的情况下指定列宽:

git log --format="%<(25,trunc)%ad | %<(25,trunc)%s | %<(25,trunc)%an"

还有很多其他选项,例如

%<|(25)

将输出对齐到列。您可以将列格式化为左边界、右边界甚至居中等等:https://git-scm.com/docs/pretty-formats

不幸的是我不知道什么时候它被添加到 git,我在 Windows 上使用 2.10.1 ......

关于git - 如何为 git log prettyprint 设置最大字段长度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17155022/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com