Last Updated: February 25, 2016
·
567
· jan0sch

Delete remote git tags

Actually you should never do that!

But just in case the following commands will work it out.

% git tag -d TAGNAME
% git push origin :refs/tags/TAGNAME