Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementation of git flow by gitflow-avh.

Hierarchy

  • AvhGitFlow

Implements

Index

Constructors

  • Initializes a new instance of this class.

    Parameters

    • Optional repoPath: string

      The path to the git repository.

    Returns AvhGitFlow

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

  • {@inheritdoc}

    Parameters

    • Optional config: GitFlowConfig

      The git flow configuration.

    • Optional force: boolean

      Force reinitialisation if git flow already initialized.

    Returns Promise<void>

  • version(): Promise<string>
  • {@inheritdoc}

    Returns Promise<string>

    The AVH git flow version.