Re: Creating new remote branch in git?
От
Tom Lane
Тема
Re: Creating new remote branch in git?
Дата
Msg-id
10034.1307680830@sss.pgh.pa.us
Ответ на
Re: Creating new remote branch in git? (Joe Abbate)
Список
Дерево обсуждения
Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Alex Hunsaker <badalex@gmail.com>
Re: Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Joe Abbate <jma@freedomcircle.com>
Re: Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Joe Abbate <jma@freedomcircle.com>
Re: Creating new remote branch in git? Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Creating new remote branch in git? Magnus Hagander <magnus@hagander.net>
Re: Creating new remote branch in git? Robert Haas <robertmhaas@gmail.com>
Re: Creating new remote branch in git? Alex Hunsaker <badalex@gmail.com>
Re: Creating new remote branch in git? Greg Smith <greg@2ndQuadrant.com>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Tom Lane <tgl@sss.pgh.pa.us>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Robert Haas <robertmhaas@gmail.com>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Andrew Dunstan <andrew@dunslane.net>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Alvaro Herrera <alvherre@commandprompt.com>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Robert Haas <robertmhaas@gmail.com>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Magnus Hagander <magnus@hagander.net>
Re: Creating new remote branch in git? Bruce Momjian <bruce@momjian.us>
Re: Creating new remote branch in git? Andrew Dunstan <andrew@dunslane.net>
Re: Creating new remote branch in git? Alex Hunsaker <badalex@gmail.com>
Re: Creating new remote branch in git? Andrew Dunstan <andrew@dunslane.net>
Joe Abbate writes: > No, it doesn't trash anything. The branch is just an additional > "pointer" to 'master' (at that point in time). I recommend taking a > look at this: > http://progit.org/book/ch3-5.html Yes, I was reading exactly that before posting. It talks about pushing a branch you've created locally, and it talks about what happens when others pull that down, and it's about as clear as mud w/r/t how the original pusher sees the remote branch. What I want is to end up with my local branch tracking the remote branch in the same way as if I'd not been the branch creator. Preferably without having to do anything as ugly as delete the branch, or re-clone, or manually hack config files. This has got to be a use case that the git authors have heard of before... regards, tom lane
В списке pgsql-hackers по дате отправления