Enum ObjectType
The type of a Git object.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public enum ObjectType : int
Fields
Name | Description |
---|---|
Blob | A blob (file) object. |
Commit | A commit object. |
Tag | An annotated tag object. |
Tree | A tree (directory listing) object. |