aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@fieldses.org>2006-01-29 20:40:50 -0500
committerJunio C Hamano <junkio@cox.net>2006-01-29 17:54:43 -0800
commitf0fff36e82bc8cc12be58a0585106ee720c4dc98 (patch)
tree01689b3d3c41c5003b69139511795bea332eb254 /Documentation/git-push.txt
parent075dd8ee5417899c9f41b90f0dceecdf85433468 (diff)
downloadgit-f0fff36e82bc8cc12be58a0585106ee720c4dc98.tar.gz
git push -f documentation
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 2254bac16e..29fa30752e 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -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