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.
6767It's generally used by huge projects with hundreds of collaborators; one famous example is the Linux kernel.
6868Various integration managers are in charge of certain parts of the repository; they're called _lieutenants_.
6969All 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.
7171The process works like this (see <<wfdiag_c>>):
7272
73731. 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