File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
book/05-distributed-git/sections Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The benevolent dictator pushes from his directory to a reference repository from
7070The process works like this (see <<wfdiag_c>>):
7171
72721. 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.
73+ The `master` branch is that of the reference repository to which the dictator pushes.
74742. Lieutenants merge the developers' topic branches into their `master` branch.
75753. The dictator merges the lieutenants' `master` branches into the dictator's `master` branch.
76764. Finally, the dictator pushes that `master` branch to the reference repository so the other developers can rebase on it.
You can’t perform that action at this time.
0 commit comments