GitRemote.

GitRemote(string, string, string) Constructor

Summary

Initializes a new instance of the GitRemote class.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitRemote

Syntax

public GitRemote(string name, string pushUrl, string url)

Parameters

Name Type Description
name string The remote name.
pushUrl string The push url.
url string The url.

Return Value

Type Description
void