jj-tag-delete
removes tags from the repository
TLDR
Delete a tag
$ jj tag delete [tagname]
Delete multiple tags$ jj tag delete [tag1] [tag2]
SYNOPSIS
jj tag delete name...
DESCRIPTION
jj tag delete removes tags from the repository. Tags are lightweight references pointing to specific commits. Deleting a tag does not affect the underlying commit.
SEE ALSO
jj(1), jj-tag(1), jj-tag-list(1)
