Skip to content

idNew

Get the new object ID (SHA1) of this reflog entry.

Signature

ts
class ReflogEntry {
  idNew(): string;
}

Returns

  • string

    New object ID (SHA1) of this reflog entry.

Released under the MIT License.