LinuxCommandLibrary

jj-tag

manages tags in a Jujutsu repository

TLDR

List all tags

$ jj tag list
copy
Create a tag
$ jj tag set [tagname]
copy
Delete a tag
$ jj tag delete [tagname]
copy

SYNOPSIS

jj tag subcommand [options]

DESCRIPTION

jj tag manages tags in a Jujutsu repository. Tags are lightweight references pointing to specific commits, useful for marking releases or important points in history. Unlike bookmarks, tags don't move.

PARAMETERS

list [pattern]

List tags, optionally filtered.
set name
Create or update a tag.
delete name
Delete a tag.

SEE ALSO

jj(1), jj-bookmark(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community