Re: pushing remote branches

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lorenzo Bettini
Date: Monday, November 16, 2009 - 8:27 am

Sitaram Chamarty wrote:

no, it's just like I wrote it...

you mean in

[remote "experiments"]
         url = git@gitorious.org...
         fetch = 
+refs/heads/experiments:refs/remotes/experiments/experiments

or in

[branch "experiments"]
         remote = origin
         merge = refs/heads/experiments


?


so this would have been enough:

 >> [remote "origin"]
 >>            fetch = +refs/heads/*:refs/remotes/origin/*
 >>            url = git://...
 >> [branch "master"]
 >>            remote = origin
 >>            merge = refs/heads/master
 >> [branch "experiments"]
 >>            remote = origin
 >>            merge = refs/heads/experiments

?

thanks
	Lorenzo

-- 
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
pushing remote branches, Lorenzo Bettini, (Sat Nov 14, 4:37 pm)
Re: pushing remote branches, Sitaram Chamarty, (Sat Nov 14, 5:45 pm)
Re: pushing remote branches, Lorenzo Bettini, (Sun Nov 15, 3:21 am)
Re: pushing remote branches, Sitaram Chamarty, (Sun Nov 15, 4:04 am)
Re: pushing remote branches, Lorenzo Bettini, (Mon Nov 16, 8:27 am)
Re: pushing remote branches, Junio C Hamano, (Mon Nov 16, 1:05 pm)