tldr/pages/common/git-delete-tag.md

10 lines
229 B
Markdown
Raw Normal View History

2021-05-13 22:05:30 +01:00
# git delete-tag
> Delete existing local and remote tags.
> Part of `git-extras`.
2021-05-13 22:05:30 +01:00
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-tag>.
- Delete a tag:
`git delete-tag {{tag_version}}`