Function getBranchesContainingRef

  • Finds all the branches that contain the given ref.

    Parameters

    • git: Readonly<SimpleGit>
    • ref: string

    Returns Promise<string[]>