cvs-migration document: make the need for "push" more obvious

It really is an important concept to grasp for people coming
from CVS. Even if it is briefly mentioned, it is not obvious
enough to sink in.

[jc: with wording updates from J. Bruce Fields]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Johannes Schindelin 2006-12-06 13:27:40 +01:00 коммит произвёл Junio C Hamano
Родитель 8ebe185bbf
Коммит 3a9f1a55ee
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,11 @@ First, note some ways that git differs from CVS:
single shared repository which people can synchronize with; see below
for details.
* Since every working tree contains a repository, a commit in your
private repository will not publish your changes; it will only create
a revision. You have to "push" your changes to a public repository to
make them visible to others.
Importing a CVS archive
-----------------------