Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX