Skip to content

write

Write the reflog to disk.

Signature

ts
class Reflog {
  write(): void;
}

Errors

  • Error

    Throws error if writing fails.

Released under the MIT License.