Code

Merge branch 'jl/clone-recurse-sm-synonym'
[git.git] / Documentation / git-clone.txt
index d69984b27cb4b0c8595dfcf177208dbfe0b01669..42e7021215563f146a66d14e1b642d4dbe55bfaf 100644 (file)
@@ -132,7 +132,7 @@ objects from the source repository into a pack in the cloned repository.
        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
+       remote-tracking 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.