mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
git-rename-tag: add page
This commit is contained in:
parent
14529866e2
commit
497cc059ec
1 changed files with 9 additions and 0 deletions
9
pages/common/git-rename-tag.md
Normal file
9
pages/common/git-rename-tag.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# git rename-tag
|
||||
|
||||
> Rename a Git tag.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-rename-tag>.
|
||||
|
||||
- Rename an existing Git tag locally and remotely:
|
||||
|
||||
`git rename-tag {{old_tag_name}} {{new_tag_name}}`
|
Loading…
Add table
Reference in a new issue