GitAliases.

GitFetchTags(ICakeContext, DirectoryPath, string) Method

Summary

Download tags from another repository.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitAliases

Syntax

public static void GitFetchTags(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string remoteName = "origin")

Examples

GitFetchTags("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

Type Description
void