Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
J. Bruce Fields 2006-01-29 20:40:50 -05:00 коммит произвёл Junio C Hamano
Родитель 075dd8ee54
Коммит f0fff36e82
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -30,10 +30,10 @@ include::pull-fetch-param.txt[]
to be pushed.
-f, \--force::
Usually, the command refuses to update a local ref that is
not an ancestor of the remote ref used to overwrite it.
This flag disables the check. What this means is that the
local repository can lose commits; use it with care.
Usually, the command refuses to update a remote ref that is
not a descendent of the local ref used to overwrite it.
This flag disables the check. This can cause the
remote repository to lose commits; use it with care.
Author