LinuxCommandLibrary

jj-tag-delete

removes tags from the repository

TLDR

Delete a tag

$ jj tag delete [tagname]
copy
Delete multiple tags
$ jj tag delete [tag1] [tag2]
copy

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community