Linux command
jj-tag 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List all tags
jj tag list
Create a tag
jj tag set [tagname]
Delete a tag
jj tag delete [tagname]
说明
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.
参数
- list _pattern_
- List tags, optionally filtered.
- set _name_
- Create or update a tag.
- delete _name_
- Delete a tag.
FAQ
What is the jj-tag command used for?
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.
How do I run a basic jj-tag example?
Run `jj tag list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list _pattern_ do in jj-tag?
List tags, optionally filtered.