which git tree URL to add (remotely) ?

Andy Whitcroft apw at canonical.com
Tue Mar 5 12:22:11 UTC 2013


On Sat, Mar 02, 2013 at 09:56:21AM +0100, Toralf Förster wrote:
> Hello,
> 
> I cloned Linus tree with 
> 
> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> 
> and added GKH's tree with 
> 
> git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> 
> Now /me is wondering whetehr (and how) I can add your remote tree too
> (just to save space and having all in one) ?

You can add any or all trees to the same repo using the same syntax you have used for the
stable tree:
	git remote add <name> <pull url> 

-apw




More information about the kernel-team mailing list