Options
All
  • Public
  • Public/Protected
  • All
Menu

GitFlow wrapper extending functionality to a common git flow implementation.

Hierarchy

  • GFlow

Implements

Index

Constructors

  • Initializes a new instance of this class.

    Parameters

    • gitFlow: GitFlow

      GitFlow implementation.

    • Optional options: GFlowConfig

      Options for configuring the GFlow.

    Returns GFlow

Properties

alpha: GitFlowTag

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.

options: GFlowConfig
release: GitFlowBranch

Provides functionality of release branches.

support: GitFlowBranch

Provides functionality of support branches.

Methods

  • Setup a git repository for git flow usage.

    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>

    The version of git flow.