X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Ftutorial.txt;h=e2dfb00ab10de601204715e4b244420a0a2cb7c8;hb=4e72dcec89c7cda7022d4ec2dd686e77deb5376e;hp=03eb4216f3b2d5de3909da4480708858ad99a09a;hpb=8fc66df237afce0b4318657f166b3583831949f3;p=git.git diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 03eb4216..e2dfb00a 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -1534,7 +1534,10 @@ on that project and has an own "public repository" goes like this: the "project lead" person does. 3. Copy over the packed files from "project lead" public - repository to your public repository. + repository to your public repository, unless the "project + lead" repository lives on the same machine as yours. In the + latter case, you can use `objects/info/alternates` file to + point at the repository you are borrowing from. 4. Push into the public repository from your primary repository. Run `git repack`, and possibly `git prune` if the