from Hacker News

Jujutsu: Different Approach to Versioning

by indeyets on 4/20/25, 1:25 AM with 2 comments

  • by 7bit on 4/20/25, 8:38 AM

    The part I really liked is that the change ID is pre-defined. This makes it easy to reference it in the code that is about to be "committed"--something that git can't do because the commit's ID is the same as the content hash.

    Other than that, using a different versioning system than git isn't really helpful for me personally, when the entire world uses git. Doesn't matter if Jujutsu even would be objectively better in all points.