Skip to main content

% git-tag-delete(1) Version 0.1.1 | git-tag-delete

NAME

Delete a tag (locally and remotely) and any GitHub release if any

TIP

You can add it as alias

  • in your ~/.gitconfig
[alias]
td = "git-tag-delete"
  • in your ~/.bashrc
alias gtd = "git-tag-delete"

SYNOPSIS

git-tag-delete tags

tags is one or more tags separated by space