contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"
[gitweb.git] / Documentation / git-push.txt
index 14862fb203b8c269fc391eee886520b1675e540a..21cd455508b85f943b45181286adeb2e0066e685 100644 (file)
@@ -385,7 +385,7 @@ will now start building on top of B.
 The command by default does not allow an update that is not a fast-forward
 to prevent such loss of history.
 
-If you do not want to lose your work (history from X to B) nor the work by
+If you do not want to lose your work (history from X to B) or the work by
 the other person (history from X to A), you would need to first fetch the
 history from the repository, create a history that contains changes done
 by both parties, and push the result back.