tag.RdCreate and list tags.
git_tag_list(match = "*", repo = ".") git_tag_create(name, message, ref = "HEAD", repo = ".") git_tag_delete(name, repo = ".") git_tag_push(name, ..., repo = ".")
| match | pattern to filter tags (use |
|---|---|
| repo | a path to an existing repository, or a |
| name | tag name |
| message | tag message |
| ref | target reference to tag |
| ... | other arguments passed to git_push |