Back
How do you delete a Git tag that has already been pushed?
The following command can be used to delete a Git tag that has already been pushed
git push --delete origin YOUR_TAG_NAME
For more commands like this go through the following tutorial
31k questions
32.8k answers
501 comments
693 users