|
|
|
|
|
by michihuber
2122 days ago
|
|
I agree with this being about workflows, not documents, but isn't branching and merging a workflow and storytelling tool? It allows multiple people to work in parallel (and in private). When somebody sends a pull-request eventually, they are presenting a story of changes that they want to get into the document and people can discuss them and approve them individually. (Of course, git the tool isn't necessarily suitable for non-technical people, but git-the-workflow seems to be a good foundation.) Could you elaborate on what such a tool could look like without git style branching? |
|