summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8bc67c)
raw | patch | inline | side by side (parent: b8bc67c)
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 |
index 2bd58d3fd8aefb68d1d49c099805178b02c4218c..fa94efde8dfd75a4eee7ddd62f110d5da39ef360 100644 (file)
$ 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.