mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
git-delete-tag: add page (#5948)
This commit is contained in:
parent
c1259f5d7b
commit
090e1825a1
1 changed files with 9 additions and 0 deletions
9
pages/common/git-delete-tag.md
Normal file
9
pages/common/git-delete-tag.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# git delete-tag
|
||||
|
||||
> Delete existing local and remote tags.
|
||||
> Part of git-extras.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-tag>.
|
||||
|
||||
- Delete a tag:
|
||||
|
||||
`git delete-tag {{tag_version}}`
|
Loading…
Add table
Reference in a new issue