Type alias GitOptions

GitOptions: Omit<SpawnSyncOptions, "cwd"> & GitCommonOptions & {
    debug?: boolean;
    description?: string;
}

Type declaration

  • Optional debug?: boolean
  • Optional description?: string

    Operation description to be used in error message (formatted as start of sentence)