Class SymbolicReference
A symbolic reference is a reference that points ot another
reference. Typically, the only symbolic reference in your
repository is HEAD.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class SymbolicReference : Reference
Properties
| Improve this Doc View SourceTarget
Gets the target reference name that this reference points to.
Declaration
public string Target { get; }
Property Value
| Type | Description |
|---|---|
| System.String |