Method Git.Export()->tag()
- Method tag
voidtag(stringname,stringcommittish,stringtagger_info,stringmessage)- Description
Create an annotated tag referring to a specific commit.
- Parameter
name Tag name. Note that it is automatically prefixed with
"refs/tags/".- Parameter
committish Commit to tag.
- Parameter
tagger_info Name, email and timestamp for the tagger. See
format_author()for details.- Parameter
message Message for the tag.
- See also