remove tag git remote code example
Example 1: git remove remote tags
Delete a remote Git tag
$ git push --delete origin tagname
Example 2: git remove remote tage
git push --delete origin tagname
Example 3: git remove tag from remote
git push origin :tagname