← 返回命令列表

Linux command

jj-tag-set 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create tag on current revision

jj tag set [tagname]

Create tag on specific revision

jj tag set [tagname] -r [revision]

说明

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.

参数

-r, --revision _rev_
Revision to tag.

FAQ

What is the jj-tag-set command used for?

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.

How do I run a basic jj-tag-set example?

Run `jj tag set [tagname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -r, --revision _rev_ do in jj-tag-set?

Revision to tag.