github如何标记分支的状态颜色

时间:2014-04-25 16:06:13

标签: git github git-shell

在git shell中我经常看到sthis

myProject $ [branch1] 

其中' branch1'每当同步时为蓝色,如果不同步则为绿色。 但是这个颜色指示器意味着什么呢?以及如果将其与错误的叉子进行比较,如何将其更改为不同的叉子。 e.g。

myProject $ [branch1] git remote -v

列出了5个带有自己分支的分叉,如何设置颜色指示器来比较myFork或其他人的分叉。

1 个答案:

答案 0 :(得分:1)

Git使用git配置文件来设置颜色。通常,您的全局.gitconfig文件位于您的主目录中。

Here is an example of my .gitconfig file以及我如何设置git颜色状态。

Git允许您设置颜色: color.branch color.diff color.interactive color.status

以下是git颜色的更多细节: http://git-scm.com/book/en/Customizing-Git-Git-Configuration#Colors-in-Git