Skip to content

Commit fe6e96d

Browse files
authored
Merge pull request progit#1048 from pine3ree/patch-1
word typo?
2 parents d53603f + 38211c1 commit fe6e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/distributed-workflows.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The benevolent dictator pushes from his directory to a reference repository from
7070
The process works like this (see <<wfdiag_c>>):
7171

7272
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.
7474
2. Lieutenants merge the developers' topic branches into their `master` branch.
7575
3. The dictator merges the lieutenants' `master` branches into the dictator's `master` branch.
7676
4. Finally, the dictator pushes that `master` branch to the reference repository so the other developers can rebase on it.

0 commit comments

Comments
 (0)