Creating new remote branch in git?
От
Tom Lane
Тема
Creating new remote branch in git?
Дата
Msg-id
7882.1307675123@sss.pgh.pa.us
Список
Дерево обсуждения
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>
In the next couple of days it's going to be time to branch off REL9_1_STABLE from master, and I realized that I am pretty foggy on how to do that in git. I suppose it's some variant of git checkout master # if not there already git branch REL9_1_STABLE git push origin REL9_1_STABLE but it's not clear to me whether any options are needed to ensure that the right branch tracking behavior gets set up. Should this process get documented at http://wiki.postgresql.org/wiki/Committing_with_Git ? Right at the moment that only explains how to set up a local copy of an already-existing branch. regards, tom lane
В списке pgsql-hackers по дате отправления