snippetbashTip
git delete-tag — Delete existing local and remote tags. Part of `git-extras`. More information: <https://github.com/t
Viewed 0 times
deletecommandlocalandcliexistinggit delete-tagremote
Problem
How to use the
git delete-tag command: Delete existing local and remote tags. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-delete-tag>.Solution
git delete-tag — Delete existing local and remote tags. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-delete-tag>.Delete a tag:
git delete-tag {{tag_version}}Code Snippets
Delete a tag
git delete-tag {{tag_version}}Context
tldr-pages: common/git delete-tag
Revisions (0)
No revisions yet.