Skip to content

Commit ffa4d5b

Browse files
authored
Use “their” instead of “his”
So that no gender is implied in this sentence and the explanation makes sense for people of all genders.
1 parent e84a12c commit ffa4d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)