Skip to content

Commit aabe621

Browse files
authored
Use “their” instead of “his” (#1360)
Use “their” instead of “his”
2 parents a520f64 + d630140 commit aabe621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This is a variant of a multiple-repository workflow.
6767
It's generally used by huge projects with hundreds of collaborators; one famous example is the Linux kernel.
6868
Various integration managers are in charge of certain parts of the repository; they're called _lieutenants_.
6969
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.
7171
The process works like this (see <<wfdiag_c>>):
7272

7373
1. Regular developers work on their topic branch and rebase their work on top of `master`.

book/07-git-tools/sections/submodules.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Submodule DbConnector c3f01dc..c87d55d:
376376
Git will by default try to update *all* of your submodules when you run `git submodule update --remote` so if you have a lot of them, you may want to pass the name of just the submodule you want to try to update.
377377

378378
===== Pulling Upstream Changes from the Project Remote
379-
Let's now step into the shoes of your collaborator, who has his own local clone of the MainProject repository.
379+
Let's now step into the shoes of your collaborator, who has their own local clone of the MainProject repository.
380380
Simply executing `git pull` to get your newly committed changes is not enough:
381381

382382
[source,console]

0 commit comments

Comments
 (0)