Skip to content

finish

Finishes a rebase that is currently in progress once all patches have been applied.

Signature

ts
class Rebase {
  finish(signature?: SignaturePayload | undefined | null): void;
}

Parameters

  • signaturenull | SignaturePayload
    • emailrequired · string

      Email on the signature.

    • namerequired · string

      Name on the signature.

    • timeOptionsSignatureTimeOptions
      • offsetnumber

        Timezone offset, in minutes

      • timestamprequired · number

        Time in seconds, from epoch

Released under the MIT License.