gpt4 book ai didi

Git 颜色 : How do I set colors for the upstream branch in “git branch -vv” ?

转载 作者:IT王子 更新时间:2023-10-29 01:19:01 25 4
gpt4 key购买 nike

在我的 .gitconfig 中使用以下配置,我可以看到我的本地和远程分支的颜色不同。

[color "branch"]
current = bold cyan
local = normal
remote = bold red

然而,在 git branch -vv 中,显示了一个额外的上游分支,它具有不同的颜色,这在我的屏幕上是不可读的。

如何配置这种“上游”颜色? (电影双关语无意:)

git help config 列出了许多分支类型的颜色参数,但我无法为这个上游分支找到一个。

最佳答案

看源码,想用upstream作为槽名:

[color "branch"]
upstream = bold blue

看起来更多最新的手册页也列出了该选项。您正在查看的版本可能早于 1.8.3(该功能首次出现时)。

关于Git 颜色 : How do I set colors for the upstream branch in “git branch -vv” ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19012738/

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