Browse Source

git-rename-tag: add page

CleanMachine1 3 years ago
parent
commit
497cc059ec
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pages/common/git-rename-tag.md

+ 9 - 0
pages/common/git-rename-tag.md

@@ -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}}`