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
70
70
The process works like this (see <<wfdiag_c>>):
71
71
72
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.
73
+ The `master` branch is that of the reference repository to which the dictator pushes.
74
74
2. Lieutenants merge the developers' topic branches into their `master` branch.
75
75
3. The dictator merges the lieutenants' `master` branches into the dictator's `master` branch.
76
76
4. 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