Skip to content

head

Retrieve and resolve the reference pointed at by HEAD.

Signature

ts
class Repository {
  head(): Reference;
}

Returns

  • Reference

    Reference pointed at by HEAD .

Released under the MIT License.