IRepositoryStore.

GetCurrentCommit(IBranch, string) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

ICommit GetCurrentCommit(IBranch currentBranch, string commitId)

Parameters

Name Type Description
currentBranch IBranch
commitId string

Return Value

Type Description
ICommit
GitHub