diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-30 21:01:25 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-30 21:01:25 -0800 |
commit | 807f900a73739dd2323e2a7f4944318d3d8e2497 (patch) | |
tree | bc5a67c3bd6c08ac225b0d259a8ba2c525a65687 /Documentation/cvs-migration.txt | |
parent | b8bc67cef31453233f1ff6722c0bd3c99df44756 (diff) | |
download | git-807f900a73739dd2323e2a7f4944318d3d8e2497.tar.gz git-807f900a73739dd2323e2a7f4944318d3d8e2497.tar.xz |
documentation: cvs migration - typofix.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cvs-migration.txt')
-rw-r--r-- | Documentation/cvs-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index 2bd58d3fd..fa94efde8 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. |