Post #2291986
2026-04-29 15:43 UTC
@nasser@merveilles.town That's awesome.
> git fetch will pull them all in but we don't have to proactively merge and update your local state
I like this bit!
So multiple devs pushing to the same remote will fetch it, and will use your tool to add changes over top before committing and pushing back.
Seems easier to reason about that the "git as object store" stuff radicle and gitbug do. Also you skip some of the perf issues of oplogs.
I'd love to beta test /review it when ready if you'd like ๐ฎ
Replies (1)
-
@nasser@merveilles.town 2026-04-29 15:57
@mauve@mastodon.mauve.moe that's exactly the idea ๐ discovering force push with lease in git was the real game changer. the storage overhead shouldn't be more than the crdt file which is compressed (it's automerge) and old objects can safely be deleted by git gc. and yeah would absolutely love feedback once I have a prototype esp from someone principled and versed in decentralized computing!