LinuxCommandLibrary

jj-tag-set

creates or updates a tag pointing to a revision

TLDR

Create tag on current revision

$ jj tag set [tagname]
copy
Create tag on specific revision
$ jj tag set [tagname] -r [revision]
copy

SYNOPSIS

jj tag set [options] name

DESCRIPTION

jj tag set creates or updates a tag pointing to a revision. Tags are lightweight references useful for marking release points or important commits. By default, tags the current working copy parent.

PARAMETERS

-r, --revision rev

Revision to tag.

SEE ALSO

jj(1), jj-tag(1), jj-tag-delete(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community