summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-30 01:55:20 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-01-30 01:55:20 (GMT)
commit8fedb83c05d4b3d877a220d614e8b9d40f02709d (patch)
treef5add7dac0aa0455f45507b0f14ad770051c3f2f /Documentation/git-push.txt
parent2111168f314ac4f53932b8bbb16191a3855f5b6f (diff)
parentf0fff36e82bc8cc12be58a0585106ee720c4dc98 (diff)
downloadgit-8fedb83c05d4b3d877a220d614e8b9d40f02709d.zip
git-8fedb83c05d4b3d877a220d614e8b9d40f02709d.tar.gz
git-8fedb83c05d4b3d877a220d614e8b9d40f02709d.tar.bz2
GIT 1.1.6v1.1.6
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 2254bac..29fa307 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