ReferenceName.

FromBranchName(string) Method

Summary

Creates a ReferenceName from a branch name, automatically prepending the local-branch prefix when necessary.
Namespace
GitVersion.Git
Containing Type
ReferenceName

Syntax

public static ReferenceName FromBranchName(string branchName)

Parameters

Name Type Description
branchName string

Return Value

Type Description
ReferenceName
GitHub