Skip to content

Commit 6b6e063

Browse files
mszepgitster
authored andcommitted
Documentation: improve phrasing in git-push.txt
The current version contains the sentence: Further suppose that the other person already pushed changes leading to A back to the original repository you two obtained the original commit X. which doesn't parse for me; I've changed it to Further suppose that the other person already pushed changes leading to A back to the original repository from which you two obtained the original commit X. Signed-off-by: Mark Szepieniec <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d1eded4 commit 6b6e063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-push.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ leading to commit A. The history looks like this:
286286
----------------
287287

288288
Further suppose that the other person already pushed changes leading to A
289-
back to the original repository you two obtained the original commit X.
289+
back to the original repository from which you two obtained the original
290+
commit X.
290291

291292
The push done by the other person updated the branch that used to point at
292293
commit X to point at commit A. It is a fast-forward.

0 commit comments

Comments
 (0)