X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=ab7293351d283e7ee3a8275c534c3667d6b4d696;hb=6a2e93f1074d5a8b25c2020805e6b8d795d13e4d;hp=dc7d3d17b151d05827925fdcd2806945e2e278cb;hpb=3cc9caadf738c3b2cf7aa46364be173751912a10;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index dc7d3d17b..ab7293351 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -128,7 +128,12 @@ objects from the source repository into a pack in the cloned repository. configuration variables are created. --mirror:: - Set up a mirror of the remote repository. This implies `--bare`. + Set up a mirror of the source repository. This implies `--bare`. + Compared to `--bare`, `--mirror` not only maps local branches of the + source to local branches of the target, it maps all refs (including + remote branches, notes etc.) and sets up a refspec configuration such + that all these refs are overwritten by a `git remote update` in the + target repository. --origin :: -o ::