jj-tag-set
creates or updates a tag pointing to a revision
TLDR
Create tag on current revision
$ jj tag set [tagname]
Create tag on specific revision$ jj tag set [tagname] -r [revision]
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)
