Skip to content

peel

Recursively peel a tag until a non tag Git object is found.

Signature

ts
class Tag {
  peel(): GitObject;
}

Returns

  • GitObject

    Git object for this tag.

Released under the MIT License.