Skip to content

getMergeBaseOctopus

Find a merge base in preparation for an octopus merge.

Signature

ts
class Repository {
  getMergeBaseOctopus(oids: string[]): string;
}

Parameters

  • oidsrequired · string[]

    Oids of the commits.

Returns

  • string

    The OID of a merge base considering all the commits.

Released under the MIT License.