We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8c8ea commit e0f9ad1Copy full SHA for e0f9ad1
book/05-distributed-git/sections/distributed-workflows.asc
@@ -72,7 +72,7 @@ The process works like this (see <<wfdiag_c>>):
72
1. Regular developers work on their topic branch and rebase their work on top of `master`.
73
The `master` branch is that of the reference directory to which the dictator pushes.
74
2. Lieutenants merge the developers' topic branches into their `master` branch.
75
-3. The dictator merges the lieutenants' `master` branches into the dictator's `master` branch.
+3. The dictator merges the lieutenants' `master` branches into their `master` branch.
76
4. The dictator pushes their `master` to the reference repository so the other developers can rebase on it.
77
78
[[wfdiag_c]]
0 commit comments