Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitResult

The result of shelling out to Git.

Hierarchy

  • GitResult

Index

Properties

exitCode: number

The exit code of the Git process.

stderr: string

The standard error output from Git.

stdout: string

The standard output from Git.