X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=88ea6246a108ade16641c3ebe8688272fb361588;hb=d951615daa9de25687fc4af34a224f62f8d414e5;hp=f43c8b2c08ab4ca45f759369dc3d8e85c9f76415;hpb=811428e5b1186b87263c921ce88bdc1de2a65ce6;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index f43c8b2c0..88ea6246a 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -29,7 +29,7 @@ arguments will in addition merge the remote master branch into the current master branch, if any. This default configuration is achieved by creating references to -the remote branch heads under `$GIT_DIR/refs/remotes/origin` and +the remote branch heads under `refs/remotes/origin` and by initializing `remote.origin.url` and `remote.origin.fetch` configuration variables.