Deleting Tags in Git

05 Mar 2009
Posted by Jeet Sukumaran

Deleting a local tag is straightforward, and uses the "git tag":

# git tag -d v.7b

Deleting a remote tag is the same syntax and idiom (and, in fact, command) as deleting a remote branch:

# git push origin :v.7b
Tags:

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a biological visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.