Re: Creating new remote branch in git?
От
Robert Haas
Тема
Re: Creating new remote branch in git?
Дата
Msg-id
BANLkTikJ2O_P+j0Zc8H9uqyrojccGA9t_w@mail.gmail.com
Ответ на
Re: Creating new remote branch in git? (Bruce Momjian)
Список
Дерево обсуждения
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>
On Sun, Jun 12, 2011 at 7:59 PM, Bruce Momjian wrote: > Tom Lane wrote: >> Bruce Momjian writes: >> > Did the system create the .git/config '[branch "REL9_1_STABLE"]' section >> > for you or did you create it manually? >> >> git created them for me. I did no config hacking whatever, but now >> I have: >> >> [branch "REL9_1_STABLE"] >> remote = origin >> merge = refs/heads/REL9_1_STABLE >> rebase = true >> >> which exactly parallels the pre-existing entries for the other branches. >> >> One point that might affect this is that in ~/.gitconfig I have >> >> [branch] >> autosetuprebase = always >> >> which is as per the setup recommendations on the wiki page. > > I have the same in my ~/.gitconfig: > > [branch] > autosetuprebase = always > > I am attaching my ~/.gitconfig. > > Do I need to run this in every branch? > > git config branch.master.rebase true > > Right now our wiki only says to run it in the master branch. I am > attaching my postgresql/.git/config file too. This is ironclad evidence that you followed the directions out of order, but yes, running that for every branch will fix it. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления