diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-30 02:56:45 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-30 02:56:45 +0100 |
commit | 36b5b3c65948694d9a92de5a17f2b97c3cd84879 (patch) | |
tree | fa20efe758607290af652d3c32b110a483059b86 /Documentation/git-push.txt | |
parent | Documentation: diff -c/--cc (diff) | |
parent | GIT 1.1.6 (diff) | |
download | git-36b5b3c65948694d9a92de5a17f2b97c3cd84879.tar.xz git-36b5b3c65948694d9a92de5a17f2b97c3cd84879.zip |
Merge fixes up to GIT 1.1.6
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 365cfd4105..a0ef61dafa 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -35,10 +35,10 @@ include::pull-fetch-param.txt[] line. -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 |