Options
All
  • Public
  • Public/Protected
  • All
Menu

Specification of the git flow API.

Hierarchy

  • GitFlow

Implemented by

Index

Properties

Provides functionality of bugfix branches.

Provides functionality to get and set the git flow configuration.

feature: GitFlowBranch

Provides functionality of feature branches.

Provides functionality of hotfix branches.

release: GitFlowBranch

Provides functionality of release branches.

support: GitFlowBranch

Provides functionality of support branches.

Methods

  • Setup a git repository for git flow ussage.

    Parameters

    • Optional config: GitFlowConfig

      The git flow configuration.

    • Optional force: boolean

      Force reinitialisation if git flow already initialized.

    Returns Promise<void>

  • version(): Promise<string>
  • Provides the version of the git flow implementation.

    Returns Promise<string>