From: Junio C Hamano Date: Tue, 31 Jan 2006 05:01:25 +0000 (-0800) Subject: documentation: cvs migration - typofix. X-Git-Tag: v1.2.0~93^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/807f900a73739dd2323e2a7f4944318d3d8e2497 documentation: cvs migration - typofix. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index 2bd58d3fd8..fa94efde8d 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -140,7 +140,7 @@ You can update the shared repository with your changes using: $ git push origin master ------------------------------------------------ -If some else has updated the repository more recently, `git push`, like +If someone else has updated the repository more recently, `git push`, like `cvs commit`, will complain, in which case you must pull any changes before attempting the push again.