Skip to content

pushRef

Push the OID pointed to by a reference.

Signature

ts
class Revwalk {
  pushRef(reference: string): this;
}

Parameters

  • referencerequired · string

    The reference must point to a commitish.

Released under the MIT License.