Jujutsu Git-compatible VCS with a different data model — no staging area, changes are immediate. Every file is tracked in the working copy as "changes" (like commits without parents). ⚠️ Never use for mutations in a jj repo — it corrupts history. Allowed: , , , , . Basic Workflow Create a change, describe it, view history: Edit an existing change: Time Travel & Navigation Jump to any point in history: Squash & Split Changes Combine changes into one: Auto-move changes to relevant commits in a stack: Rebasing & Merging Rebase changes onto another: Merge two changes: Conflicts Resolve interactiv…