GitBrowseTargetType Class

The type of a Git browse target.

Inheritance Hierarchy

Syntax

public sealed class GitBrowseTargetType : System.Enum

Fields

Name Description
Branch

The target is a branch name.

Commit

The target is a commit hash.

Tag

The target is a tag name.