jj - Git-compatible version control using Jujutsu
Provides Git-compatible version control operations for repositories managed by Jujutsu (jj).
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Check working copy status
- Describe and commit changes
- Squash and rebase commits
- Manage and update bookmarks
- Push and fetch remote commits
- Undo and restore past operations
- Resolve file conflicts
Inputs
- Jujutsu repository directory (.jj/)
- Change messages and change IDs
- Revset expressions and bookmark names
Outputs
- Updated repository commit history
- Modified working copy files
- Updated remote bookmarks and branches
- Recorded operation log entries
Requirements
- Jujutsu CLI tool (jj 0.36+)
- Repository containing .jj/ directory
