Jujutsu is a Git-compatible VCS with mutable commits, automatic change tracking, and an operation log that makes every action undoable.
| Understand how jj relates to Git, or use raw git in a jj repo | git.md | | Write revset, fileset, or template expressions | revsets.md | | Push, pull, manage bookmarks, or work with GitHub | sharing.md | | Split, rebase, squash, or resolve conflicts | history.md | | Run parallel agents with isolated working copies | workspaces.md |
| Configure jj, set up aliases, or customize diffs | config.md |
Jujutsu (jj) — il sistema di controllo della versione compatibile con Git. Attiva SOLO quando nel progetto è presente una directory .jj/ o quando jj/jujutsu è esplicitamente menzionato. NON attivare per repository Git semplici senza .jj/. Utilizzare per qualsiasi operazione VCS in progetti gestiti da jj: commit, push, pull, branch, bookmark, rebase, squash, merge, diff, log, status, copia di lavoro, change ID, revset, fileset, template, configurazione, workspace. Fonte: cachemoney/agent-toolkit.