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
Download objects and refs from another repository.
Syntax
public static void GitFetch(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string remoteName = "origin")
Examples
GitFetch("c:/temp/cake");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
repositoryDirectoryPath |
DirectoryPath |
Path to repository. |
remoteName |
string |
The name of the remote to fetch. Default is origin |
Return Value