gpt4 book ai didi

git - Cygwin:git 的颜色编码和分支信息?

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

我最近刚刚将我的客户端从 Git Bash 更改为 Cygwin,但是当我执行 git status 时我缺少颜色编码,而且 bash 提示不包括当前分支/ rebase 等。

有谁知道如何让 Cygwin 看起来像 Git Bash?

最佳答案

听起来您只需要设置您的 .gitconfig为您的 cygwin shell 启用彩色输出。这是我的 ~/.gitconfig 文件中的内容(我在输出中得到彩色标记):

[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true

我认为这里最重要的一行是 ui = true,如果您愿意,可以直接从命令行打开它:

git config --global color.ui true

关于git - Cygwin:git 的颜色编码和分支信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11970658/

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