summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 075dd8e)
raw | patch | inline | side by side (parent: 075dd8e)
author | J. Bruce Fields <bfields@fieldses.org> | |
Mon, 30 Jan 2006 01:40:50 +0000 (20:40 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 30 Jan 2006 01:54:43 +0000 (17:54 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-push.txt | patch | blob | history |
index 2254bac16e65e6a0a097b6fef80aed6e1d6887d4..29fa30752eaa3593b514af61045c87ea0fc58edf 100644 (file)
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