Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git untag

# You can delete a remote tag the same way that you delete a remote branch.
git push origin :1.1
# And delete your local tag with:
git tag -d 1.1
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #untag
ADD COMMENT
Topic
Name
8+9 =