summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-09 20:38:54 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-09 20:38:54 +0000
commit51c2ab075b2b9f9af2734cb54753534bbda88696 (patch)
treecbb8b80ebc6d46add639113a939902f94f2f9d0a /git-push.txt
parentc26f5488a78cd9e6bdcc963590ca3a5895877906 (diff)
downloadgit-htmldocs-51c2ab075b2b9f9af2734cb54753534bbda88696.tar.gz
Autogenerated HTML docs for v1.4.1-gff4c8
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index d5b5ca167..56afd64f4 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -67,7 +67,7 @@ Some short-cut notations are also supported.
-f, \--force::
Usually, the command refuses to update a remote ref that is
- not a descendent of the local ref used to overwrite it.
+ not a descendant 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.