IVcsProvider.

GetCommitsCountAsync(string, string, string, string) Method

Namespace
GitReleaseManager.Core.Provider
Containing Type
IVcsProvider

Syntax

Task<int> GetCommitsCountAsync(string owner, string repository, string base, string head)

Parameters

Name Type Description
owner string
repository string
base string
head string

Return Value

Type Description
Task<int>
GitHub