This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Git.
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 |