projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8bc67c
)
documentation: cvs migration - typofix.
author
Junio C Hamano
<junkio@cox.net>
Tue, 31 Jan 2006 05:01:25 +0000
(21:01 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 31 Jan 2006 05:01:25 +0000
(21:01 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/cvs-migration.txt
patch
|
blob
|
history
diff --git
a/Documentation/cvs-migration.txt
b/Documentation/cvs-migration.txt
index
2bd58d3
..
fa94efd
100644
(file)
--- 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 some
one
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.