From 18bf15cfed691e10b1c8c43aa728d59d976f7114 Mon Sep 17 00:00:00 2001 From: Vaida Plankyte Date: Wed, 5 Jul 2017 11:49:00 +0200 Subject: [PATCH] git-guide.md: Use the singular 'they' pronoun. --- docs/git-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git-guide.md b/docs/git-guide.md index 172553c273..66a54e5940 100644 --- a/docs/git-guide.md +++ b/docs/git-guide.md @@ -203,7 +203,7 @@ current state of the index and advancing HEAD to point at the new A fast-forward is a special type of merge where you have a revision and you are "merging" another branch's changes that happen to be a descendant of what you have. In such these cases, you do not make a -new mergecommit but instead just update to his revision. This will +new mergecommit but instead just update to their revision. This will happen frequently on a remote-tracking branch of a remote repository.