Last Updated: January 23, 2017
·
384
· fr0gs

Git remove remote tag

For a tag named test-tag

git tag -d test-tag
git push origin :refs/tags/test-tag