File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ So here is the step-by-step guide how this all works for me.
4242
4343First create your work tree by cloning Linus's public tree:
4444
45- $ git clone \
46- master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git work
45+ $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git work
4746
4847Change directory into the cloned tree you just created
4948
@@ -53,7 +52,7 @@ Set up a remotes file so that you can fetch the latest from Linus' master
5352branch into a local branch named "linus":
5453
5554 $ cat > .git/remotes/linus
56- URL: master .kernel.org: /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
55+ URL: git://git .kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5756 Pull: master:linus
5857 ^D
5958
You can’t perform that action at this time.
0 commit comments