We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eac9a1a + 4b9ced2 commit 0784466Copy full SHA for 0784466
1 file changed
Documentation/user-manual.txt
@@ -57,10 +57,10 @@ download a copy of an existing repository. If you don't already have a
57
project in mind, here are some interesting examples:
58
59
------------------------------------------------
60
- # Git itself (approx. 10MB download):
+ # Git itself (approx. 40MB download):
61
$ git clone git://git.kernel.org/pub/scm/git/git.git
62
- # the Linux kernel (approx. 150MB download):
63
-$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
+ # the Linux kernel (approx. 640MB download):
+$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
64
65
66
The initial clone may be time-consuming for a large project, but you
0 commit comments