Reading up on Mercurial
2 deep · digging since jan 28
- Git Is Not Fine
Git's immutable commit model makes stacked PRs, async workflows, and partial-state editing genuinely painful despite its success as a distributed source store.
- I made my own Git
A developer documents building a custom version control system called tvc in Rust, learning git internals through reconstruction.