jj-tag-set
Verified for current stable LTS
Jj Tag Set Command: Create Tag Current Revision
Use for create tag current revision with Jj Tag Set. Exact CLI syntax to create tag current revision using Jj Tag Set.
When to use this: Use for create tag current revision with Jj Tag Set.
Command Syntax
jj tag s <tag_name> jj tag s <tag_name> Command Breakdown
jj is the base executable for this command.
FAQ
Purpose: Exact syntax to create tag current revision using Jj Tag Set.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Jj Tag Set Command: Create Multiple Tags Same Revision
jj tag s <tag1 tag2 ...> -r <revision> Jj Tag Set Command: Create Tag Parent Revision jj tag s <tag_name> -r @- Jj Tag Set Command: Create Tag Specific Revision jj tag s <tag_name> -r <revision> Jj Tag Set Command: Move Existing Tag Different Revision jj tag s <tag_name> -r <revision> --allow-move