TortoiseGit Log 窗口中不同形状的标签是什么意思? [英] What do the different shapes of the labels in TortoiseGit Log window mean?

查看:86
本文介绍了TortoiseGit Log 窗口中不同形状的标签是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有些标签是矩形的,而有些标签是切角的.

Some labels are rectangular, whereas some labels have the corners cut.

这些不同的形状是什么意思?

远程分支示例:

本地分支机构示例:

标签示例:

推荐答案

== 分支 ==

活动分支显示为深红色(默认).绿色的是本地分支,桃子是远程分支.通常分支显示为普通矩形.

The active branch is displayed in dark red (by default). The green ones are local branches and the peach ones are remote branches. Normally branches are displayed as normal rectangles.

本地分支的圆角框表示它具有关联的远程跟踪(例如,masterdeploy-pr-label).本地远程分支的圆角框用于指示哪个(可能有几个远程分支)是远程跟踪分支(例如,masterorigin/master 在问题).

The boxes with rounded corners for local branches indicate that it has an associated remote tracking (e.g., master and deploy-pr-label). The boxes with rounded corners for local remote branches are used to inducate which of (possible several remote branches) is the remote tracking branch (e.g., master and origin/master in the question).

== 标签 ==

标签默认为黄色.在 Git 中有两种标签类型:普通标签和带注释的标签.带注释的在右侧有一个顶点.

Tags are by default yellow. In Git there are two tag types: normal tags and annotated tags. The annotated ones have an apex at the right side.

== 特殊情况 ==

stash 有一个深灰色矩形.

在二等分时,也有反应角表示 bad 版本(浅红色),蓝色表示已知 good,灰色表示 skip.

There are also reactangles to indicate the bad versions (light red) on bisecting, blue for known good and grey for skip.

== 一般 ==

颜色可以在 TortoiseGit 设置中更改:https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-colours2

The colors can be changed in TortoiseGit settings: https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-colours2

线条的颜色与形状的颜色不一致.

The color of the lines does not correspondent to the shape's colors.

这篇关于TortoiseGit Log 窗口中不同形状的标签是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆