IVcsProvider.

GetCommitsUrl(string, string, string, string) Method

Namespace
GitReleaseManager.Core.Provider
Containing Type
IVcsProvider

Syntax

string GetCommitsUrl(string owner, string repository, string head, string base = null)

Parameters

Name Type Description
owner string
repository string
head string
base string

Return Value

Type Description
string
GitHub