Skip to content

StatusPorcelain

StatusPorcelain = object

Defined in: src/core/repo.ts:193

Result from git status —porcelain

Properties

ahead?

optional ahead: number

Defined in: src/core/repo.ts:197


behind?

optional behind: number

Defined in: src/core/repo.ts:198


branch?

optional branch: string

Defined in: src/core/repo.ts:195


entries

entries: StatusEntry[]

Defined in: src/core/repo.ts:194


upstream?

optional upstream: string

Defined in: src/core/repo.ts:196