File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ download a copy of an existing repository. If you don't already have a
57
57
project in mind, here are some interesting examples:
58
58
59
59
------------------------------------------------
60
- # Git itself (approx. 10MB download):
60
+ # Git itself (approx. 40MB download):
61
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
62
+ # the Linux kernel (approx. 640MB download):
63
+ $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
64
64
------------------------------------------------
65
65
66
66
The initial clone may be time-consuming for a large project, but you
You can’t perform that action at this time.
0 commit comments