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 <mszepien@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mark Szepieniec 2012-11-27 01:37:34 +00:00 коммит произвёл Junio C Hamano
Родитель d1eded46fa
Коммит 6b6e063c44
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -286,7 +286,8 @@ leading to commit A. The history looks like this:
----------------
Further suppose that the other person already pushed changes leading to A
back to the original repository you two obtained the original commit X.
back to the original repository from which you two obtained the original
commit X.
The push done by the other person updated the branch that used to point at
commit X to point at commit A. It is a fast-forward.