Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git push -f documentation
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
raw
|
patch
|
inline
| side by side (parent:
075dd8e
)
diff --git
a/Documentation/git-push.txt
b/Documentation/git-push.txt
index 2254bac16e65e6a0a097b6fef80aed6e1d6887d4..29fa30752eaa3593b514af61045c87ea0fc58edf 100644
(file)
--- a/
Documentation/git-push.txt
+++ b/
Documentation/git-push.txt
@@
-30,10
+30,10
@@
include::pull-fetch-param.txt[]
to be pushed.
-f, \--force::
to be pushed.
-f, \--force::
- Usually, the command refuses to update a
local
ref that is
- not a
n 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
Author