We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075dd8e commit f0fff36Copy full SHA for f0fff36
Documentation/git-push.txt
@@ -30,10 +30,10 @@ include::pull-fetch-param.txt[]
30
to be pushed.
31
32
-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.
+ 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.
37
38
39
Author
0 commit comments