This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Description
When using IPFS for usecase 2:
"As a mounted personal sync folder that automatically versions, publishes, and backs up any writes."
How are concurrent edits on different nodes merged so that the all nodes eventually see the same file system state.
If I understand correctly, each node would write a new commit object on changing the file system, but how are (potentially) conflicting commits on different nodes merged?
Andy