IMutatingGitRepository.

CreateBranchForPullRequestBranch(AuthenticationInfo) Method

Summary

Creates a local branch that tracks the pull-request ref identified by the current build environment.
Namespace
GitVersion.Git
Containing Type
IMutatingGitRepository

Syntax

void CreateBranchForPullRequestBranch(AuthenticationInfo auth)

Parameters

Name Type Description
auth AuthenticationInfo

Return Value

Type Description
void
GitHub