Enum GitObjectType
Git object type. Read more on object types in the documentation.
[CompilationMapping(SourceConstructFlags.ObjectType)]
public enum GitObjectType
Fields
GitBlob = 2
Blob object, e.g., a file in a repository.
GitCommit = 0
Commit object.
GitTree = 1
Tree object.