Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitBranchStats

Ahead and behind counts for a particular ref.

Hierarchy

  • GitBranchStats

Index

Properties

Optional aheadCount

aheadCount: number

Number of commits ahead.

Optional behindCount

behindCount: number

Number of commits behind.

Optional commit

commit: GitCommitRef

Current commit.

Optional isBaseVersion

isBaseVersion: boolean

True if this is the result for the base version.

Optional name

name: string

Name of the ref.

Generated using TypeDoc