summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 112d0ba)
raw | patch | inline | side by side (parent: 112d0ba)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 19 Dec 2005 08:31:08 +0000 (00:31 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 19 Dec 2005 08:31:08 +0000 (00:31 -0800) |
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>
just to resync with upstream.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/howto/using-topic-branches.txt | patch | blob | history |
diff --git a/Documentation/howto/using-topic-branches.txt b/Documentation/howto/using-topic-branches.txt
index 494429738f8f86bbe21f38b5f90cc94344ad0630..b3d592fc3e1796643f8771bbd549ced5532d7a96 100644 (file)
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
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