On Tue, 2007-01-16 at 11:31 +0000, Keith Whitwell wrote:
> Dave Airlie wrote:
> >> Oh yes, and there is some magic to create a branch on the remote, right?
> >>  Am I able to do this myself or to I have to ask a grownup?
> > 
> > Nope.. just push the branch, like
> > 
> > git push origin my-new-branch:my-new-branch
> 
> At some point I'll have to edit the .git/remotes/origin file to reflect 
> the pushing, pulling, etc. for this new branch, right?

[...]

> And then I'll just treat it like any other remote branch, which has it's 
> own extra local branch for tracking remote changes?

Right. I have

Pull: refs/heads/vbo-0.2:refs/heads/vbo-0.2-origin

in .git/remotes/origin, so I can rebase vbo-0.2 against vbo-0.2-origin
if necessary.


> I'm worried that at some level this might one day make sense to me.

I know the feeling. :) It looks like you've done the merge nicely
though.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to