IReferenceCollection.

UpdateTarget(IReference, IObjectId) Method

Summary

Updates the target of the direct reference directRef to point to targetId.
Namespace
GitVersion.Git
Containing Type
IReferenceCollection

Syntax

void UpdateTarget(IReference directRef, IObjectId targetId)

Parameters

Name Type Description
directRef IReference
targetId IObjectId

Return Value

Type Description
void
GitHub