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.

INSTALL

sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu

SEE ALSO

jj(1), jj-tag(1), jj-tag-list(1)