diff options
author | Pavel Roskin <proski@gnu.org> | 2006-07-09 03:44:30 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-09 02:42:41 -0700 |
commit | addf88e455f85bc6cfe0284b70aaad10b6d3486e (patch) | |
tree | 704e8b6de26fde0bff86618e363dbde9f70e1393 /Documentation/git-push.txt | |
parent | 88f0d5d7d95f815d2e8a36a8ceb7459dbd90992c (diff) | |
download | git-addf88e455f85bc6cfe0284b70aaad10b6d3486e.tar.gz git-addf88e455f85bc6cfe0284b70aaad10b6d3486e.tar.xz |
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index d5b5ca167..56afd64f4 100644 --- a/Documentation/git-push.txt +++ b/Documentation/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. |