git-delete-tag

helper script to delete a git tag

A simple tool to help you delete a git tag locally, and on the remote, because I can never remember the command to do it on a remote, and when you need to do this, you need to do it fast.

If there are multiple remotes it’ll ask you which one.

Pre-requisites:

Usage

USAGE: git delete-tag <tag>
       This will delete it locally, and preset you
       with the option of deleting it in the remote too.

Metadata:

Tags:

  • git
  • tags