This is the command git-delete-tag that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
git-delete-tag - Delete tags
SYNOPSIS
git-delete-tag <tagname>
DESCRIPTION
Deletes local and remote tag named <tagname>.
OPTIONS
<tagname>
The name of the tag to delete. If multiple tags are provided, then they will all be
deleted.
EXAMPLES
$ git delete-tag 0.0.1
$ git delete-tag 0.0.1 0.0.2
Use git-delete-tag online using onworks.net services