Migrate to jujutsu VCS

Table of Contents

1. Basic Commands

Directly typing jj shows the full commit log as a tree.

2. Confirm Changes and Commit

jj commit -m "messages"
Commit all changes in the current project.

3. Check What Has Been Modified

jj diff --revisions <set>
Display revisions made in <set>

Date: 2026-06-23 Tue