Sorry, but all this wiki and the manpage seem to gloss over the most obvious question:
What happens when you commit conflicting edits in different repositories?
Sorry, but all this wiki and the manpage seem to gloss over the most obvious question:
What happens when you commit conflicting edits in different repositories?
You get a regular git merge conflict, which can be resolved in any of the regular ways, except that conflicting files are just symlinks.
Example: