Show / Hide Table of Contents

Class SymbolicReference

A symbolic reference is a reference that points ot another reference. Typically, the only symbolic reference in your repository is HEAD.

Inheritance
System.Object
NativeDisposable
Reference
SymbolicReference
Inherited Members
Reference.Name
Reference.Peel()
Reference.Peel<T>()
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class SymbolicReference : Reference

Properties

| Improve this Doc View Source

Target

Gets the target reference name that this reference points to.

Declaration
public string Target { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX