git push -f documentation
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
075dd8ee54
commit
f0fff36e82
@ -30,10 +30,10 @@ include::pull-fetch-param.txt[]
|
|||||||
to be pushed.
|
to be pushed.
|
||||||
|
|
||||||
-f, \--force::
|
-f, \--force::
|
||||||
Usually, the command refuses to update a local ref that is
|
Usually, the command refuses to update a remote ref that is
|
||||||
not an ancestor of the remote ref used to overwrite it.
|
not a descendent of the local ref used to overwrite it.
|
||||||
This flag disables the check. What this means is that the
|
This flag disables the check. This can cause the
|
||||||
local repository can lose commits; use it with care.
|
remote repository to lose commits; use it with care.
|
||||||
|
|
||||||
|
|
||||||
Author
|
Author
|
||||||
|
Loading…
Reference in New Issue
Block a user