共用方式為


GitBranchStats interface

特定 ref 的前面和後置計數。

屬性

aheadCount

之前的認可數目。

behindCount

後置的認可數目。

commit

目前的認可。

isBaseVersion

如果這是基底版本的結果,則為 True。

name

ref 的名稱。

屬性詳細資料

aheadCount

之前的認可數目。

aheadCount: number

屬性值

number

behindCount

後置的認可數目。

behindCount: number

屬性值

number

commit

目前的認可。

commit: GitCommitRef

屬性值

isBaseVersion

如果這是基底版本的結果,則為 True。

isBaseVersion: boolean

屬性值

boolean

name

ref 的名稱。

name: string

屬性值

string