Class Reference
A reference is a pointer to a commit or another reference;
reference types are branches and tags.
Inheritance
System.Object
Reference
Assembly: Dogged.dll
Syntax
public abstract class Reference : NativeDisposable
Constructors
|
Improve this Doc
View Source
Reference()
Declaration
Properties
|
Improve this Doc
View Source
Name
Gets the fully-qualified name of the reference. For branches,
this will be prefixed with "refs/heads"; for tags, this will
be prefixed with "refs/tags".
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Peel()
Declaration
Returns
|
Improve this Doc
View Source
Peel<T>()
Declaration
public T Peel<T>()
where T : GitObject
Returns
Type Parameters