CreateSubOptions.

TargetCommitish Property

Syntax

[Option('c', "targetcommitish", HelpText = "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch.", Required = false)]
public string TargetCommitish { get; set; }

Attributes

Type Description
Option

Value

Type Description
string
GitHub