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/jujutsu가 명시적으로 언급된 경우에만 활성화하세요. .jj/가 없는 일반 git 저장소에 대해서는 활성화하지 마세요. jj 관리 프로젝트의 모든 VCS 작업(커밋, 푸시, 풀, 분기, 책갈피, 리베이스, 스쿼시, 병합, diff, 로그, 상태, 작업 복사본, 변경 ID, 개정 세트, 파일 세트, 템플릿, 구성, 작업공간)에 사용합니다. 출처: cachemoney/agent-toolkit.