English
Appearance
Lookup a reference to one of the objects in a repository.
class Repository { getTree(oid: string): Tree; }
ID(SHA1) to lookup.
Git tree.
Throws error if tree does not exist.