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) — Git 互換のバージョン管理システム。プロジェクト内に .jj/ ディレクトリが存在する場合、または jj/jujuku が明示的に言及されている場合にのみアクティブ化します。 .jj/ のないプレーンな git リポジトリに対してはアクティブ化しないでください。 jj 管理プロジェクトの VCS 操作に使用します: コミット、プッシュ、プル、ブランチ、ブックマーク、リベース、スカッシュ、マージ、差分、ログ、ステータス、作業コピー、変更 ID、revset、ファイルセット、テンプレート、構成、ワークスペース。 ソース: cachemoney/agent-toolkit。