Merge branch 'sd/init-template'
[gitweb.git] / Documentation / git-clone.txt
index 3919b7d44fb8e86ac4010766d47aabb18bacfcd7..4cb7d78cfc099cdc4ab0655b8e7adb9de67f734b 100644 (file)
@@ -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.