Skip to content

Commit

Permalink
howto/using-topic-branches: Recommend public URL git://git.kernel.org/
Browse files Browse the repository at this point in the history
Recommending this means subsystem maintainers do not have to log-in
just to resync with upstream.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 19, 2005
1 parent 112d0ba commit 3af849a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/howto/using-topic-branches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ So here is the step-by-step guide how this all works for me.

First create your work tree by cloning Linus's public tree:

$ git clone \
master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git work
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git work

Change directory into the cloned tree you just created

Expand All @@ -53,7 +52,7 @@ Set up a remotes file so that you can fetch the latest from Linus' master
branch into a local branch named "linus":

$ cat > .git/remotes/linus
URL: master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Pull: master:linus
^D

Expand Down

0 comments on commit 3af849a

Please sign in to comment.