ReferenceName.

Parse(string) Method

Summary

Parses canonicalName as a canonical Git reference name, throwing when the input is not a valid canonical form.
Namespace
GitVersion.Git
Containing Type
ReferenceName

Syntax

public static ReferenceName Parse(string canonicalName)

Parameters

Name Type Description
canonicalName string

Return Value

Type Description
ReferenceName
GitHub