Re: Creating new remote branch in git?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Creating new remote branch in git?
Дата
Msg-id 17949.1307920856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Creating new remote branch in git?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Creating new remote branch in git?
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> 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 = originmerge = refs/heads/REL9_1_STABLErebase = 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.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Creating new remote branch in git?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Creating new remote branch in git?