GitBranchStats interface
Ahead and behind counts for a particular ref.
Properties
| ahead |
Number of commits ahead. |
| behind |
Number of commits behind. |
| commit | Current commit. |
| is |
True if this is the result for the base version. |
| name | Name of the ref. |
Property Details
aheadCount
Number of commits ahead.
aheadCount: number
Property Value
number
behindCount
Number of commits behind.
behindCount: number
Property Value
number
commit
isBaseVersion
True if this is the result for the base version.
isBaseVersion: boolean
Property Value
boolean
name
Name of the ref.
name: string
Property Value
string