Skip to content

Commit f0fff36

Browse files
bfieldsJunio C Hamano
authored andcommitted
git push -f documentation
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 075dd8e commit f0fff36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-push.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ include::pull-fetch-param.txt[]
3030
to be pushed.
3131

3232
-f, \--force::
33-
Usually, the command refuses to update a local ref that is
34-
not an ancestor of the remote ref used to overwrite it.
35-
This flag disables the check. What this means is that the
36-
local repository can lose commits; use it with care.
33+
Usually, the command refuses to update a remote ref that is
34+
not a descendent of the local ref used to overwrite it.
35+
This flag disables the check. This can cause the
36+
remote repository to lose commits; use it with care.
3737

3838

3939
Author

0 commit comments

Comments
 (0)