我发现这需要一个--format
论点:
--format <format>
A string that interpolates %(fieldname) from a branch ref being shown and the object it points at. The format is the same as that of git-for-each-ref(1).
当我看的时候man git-for-each-ref
我发现
When unspecified, <format> defaults to %(objectname) SPC %(objecttype) TAB %(refname).
底部有以下示例:
--format='From: %(*authorname) %(*authoremail)
Subject: %(*subject)
Date: %(*authordate)
Ref: %(*refname)
%(*body)
' 'refs/tags'
--format="ref=%(refname)"
还有一些我了解得更少的东西。
太长了;
git config -g color.branch.upstream 'red bold'
git 命令:
git 配置文件:
可能
<fg-color>
和<bg-color>
值:可选地添加前缀以
bright
表示这些颜色或使用#RRGGBB
值的更亮色调。可能的
<attribute>
值:例子:
有关详细信息,请参阅
git-config(1)
手册页,并注意并非每个终端都支持所有功能。另外不要忘记使用 --global 标志来使更改全局:)