What problem does it solve?
Jujutsu (jj) provides a structured, Git-compatible workflow assistant that helps developers manage complex version-control tasks. This skill guides and automates actions for tracking changes, navigating history, and performing advanced operations like rebasing, conflicts resolution, and interop with Git remotes.
Core Features & Use Cases
- Unified JJ workflow: st, log, diff, new, desc, squash, split, rebase, absorb, bisect, fix, sign, and metaedit for efficient change management.
- Git interop: push, fetch, track remote, and bookmarks to integrate JJ with existing Git workflows.
- Conflict resolution & history navigation: interactive conflict resolution, time travel between changes, and clean integration of multiple work items.
Quick Start
jj new
jj desc -m "feat: add feature"
jj log