IReferenceCollection.

Add(string, string, bool) Method

Summary

Creates a new reference named name pointing to canonicalRefNameOrObject.
Namespace
GitVersion.Git
Containing Type
IReferenceCollection

Syntax

void Add(string name, string canonicalRefNameOrObject, bool allowOverwrite = false)

Parameters

Name Type Description
name string
canonicalRefNameOrObject string
allowOverwrite bool

Return Value

Type Description
void
GitHub