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 @@ -67,7 +67,7 @@ This is a variant of a multiple-repository workflow.
67
67
It's generally used by huge projects with hundreds of collaborators; one famous example is the Linux kernel.
68
68
Various integration managers are in charge of certain parts of the repository; they're called _lieutenants_.
69
69
All the lieutenants have one integration manager known as the benevolent dictator.
70
- The benevolent dictator pushes from his directory to a reference repository from which all the collaborators need to pull.
70
+ The benevolent dictator pushes from their directory to a reference repository from which all the collaborators need to pull.
71
71
The process works like this (see <<wfdiag_c>>):
72
72
73
73
1. Regular developers work on their topic branch and rebase their work on top of `master`.
You can’t perform that action at this time.
0 commit comments