A Git-compatible VCS that is both simple and powerful

Jujutsu (jj) is a powerful, Git-compatible version control system designed to be simple, fast, and highly productive.
It features a unique "working-copy-as-a-commit" model that eliminates the need for staging areas and automates common operations like rebasing and conflict resolution.
By recording every operation in an undoable log and abstracting storage, it offers a robust, modern alternative for managing complex software development workflows.
$ cargo install --locked --bin jj jj-cli$ pacman -S jujutsu$ yay -S jujutsu-git$ nix run 'github:jj-vcs/jj'$ emerge -av dev-vcs/jj$ zypper install jujutsu$ brew install jj$ sudo port install jujutsu$ winget install jj-vcs.jj$ scoop install main/jj$ pkg install jujutsuto comment.