snippetbashTip
git rename-tag — Rename a Git tag. Part of `git-extras`. More information: <https://github.com/tj/git-extras/blob/mai
Viewed 0 times
commandgit rename-tagcliparttagrenamegit
Problem
How to use the
git rename-tag command: Rename a Git tag. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-rename-tag>.Solution
git rename-tag — Rename a Git tag. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-rename-tag>.Rename an existing Git tag locally and remotely:
git rename-tag {{old_tag_name}} {{new_tag_name}}Code Snippets
Rename an existing Git tag locally and remotely
git rename-tag {{old_tag_name}} {{new_tag_name}}Context
tldr-pages: common/git rename-tag
Revisions (0)
No revisions yet.