Skip to content

tree

Get the tree pointed to by a commit.

Signature

ts
class Commit {
  tree(): Tree;
}

Returns

  • Tree

    Tree pointed to by a commit.

Released under the MIT License.