Type alias ObjectType

ObjectType: typeof objectTypes[number]

The git object type. Commits point to a point in history. Tags point to a commit. Trees point to other objects forming the backbone of the graph. Blobs are collections of data and file contents.

Generated using TypeDoc