doc/clone: Remove the '--bare -l -s' example
[gitweb.git] / Documentation / git-clone.txt
index a0727d7759aefef4dede0fb40008b7b1ee957b2d..d8a64d4a99a70c61e2a6b00d9872a86c3a4fa85f 100644 (file)
@@ -271,13 +271,6 @@ $ git clone --bare -l /home/proj/.git /pub/scm/proj.git
 ------------
 
 
-* Create a repository on the kernel.org machine that borrows from Linus:
-+
-------------
-$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
-    /pub/scm/.../me/subsys-2.6.git
-------------
-
 GIT
 ---
 Part of the linkgit:git[1] suite