Back

Explore Courses Blog Tutorials Interview Questions
+10 votes
2 views
in DevOps and Agile by (19.4k points)
edited by

How do you delete a Git tag that has already been pushed?

1 Answer

+9 votes
by (27.5k points)
edited by

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

Browse Categories

...