We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580745f commit b3a7964Copy full SHA for b3a7964
bin/git-delete-tag
@@ -2,4 +2,4 @@
2
#
3
# Delete a tag, both locally and from the origin remote
4
5
-git tag -d $1 && git push origin :refs/tags/$1
+git tag -d "$1" && git push origin ":refs/tags/$1"
0 commit comments