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
Pull unauthenticated using default options.
Syntax
public static GitMergeResult GitPull(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string mergerName, string mergerEmail)
Examples
var result = GitPull("c:/temp/cake", "name", "email");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
repositoryDirectoryPath |
DirectoryPath |
Repository path. |
mergerName |
string |
The name of the merger. |
mergerEmail |
string |
The email of the merger. |
Return Value