Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceControlClient

A client for a source control system.

Hierarchy

  • SourceControlClient

Implemented by

Index

Properties

Properties

branches

branches: function

Returns all known branches.

returns

The result with the list of branches.

Type declaration

changes

changes: function

Returns a list of all uncomitted file changes.

returns

The result with the list of (uncommited) file changes.

Type declaration

cwd

cwd: string

Gets the current working directory.

Generated using TypeDoc