Jujutsu VCS is a Git-compatible version control system that reimagines how developers interact with code history. Unlike Git's commit-based model, Jujutsu works with mutable changes that remain editable until pushed remotely. It eliminates the staging area by automatically tracking modifications, creates snapshots with each
Sort: