X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fcvs-migration.txt;h=8e09beaa799dbff462b258e5593fd5c79c91312a;hb=0d313b2b7bb219542473a25ad042f4b990e69a45;hp=b657f4589f95257547b646ef22d3201fefbae6d6;hpb=8042ed1cebd37419ff38f540482355c0f1d30936;p=git.git diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index b657f4589..8e09beaa7 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -34,13 +34,10 @@ them first before running git pull. [NOTE] ================================ -The first `git clone` places the following in the -`my-project/.git/remotes/origin` file, and that's why the previous step -and the next step both work. ------------- -URL: foo.com:/pub/project.git/ -Pull: refs/heads/master:refs/remotes/origin/master ------------- +The `pull` command knows where to get updates from because of certain +configuration variables that were set by the first `git clone` +command; see `git repo-config -l` and the gitlink:git-repo-config[1] man +page for details. ================================ You can update the shared repository with your changes by first committing