Re: Git conversion status

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Git conversion status
Дата
Msg-id 4C98EDED.1080205@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Git conversion status  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On 21/09/10 20:32, Alvaro Herrera wrote:
> What I find is that after doing the local clone for the branch, i.e.
>    git clone postgresql REL9_0_STABLE
> this clones only the "master" branch somehow, not the other branches; so
> when I later run
>    git checkout REL9_0_STABLE
> on that clone, it fails with this message:

It clones all branches, but it only creates a local tracking branch for 
master automatically. The others you'll have to create manually:
 git branch REL9_0_STABLE origin/REL9_0_STABLE

Try also "git branch -a", it is quite enlightening.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Sushant Sinha
Дата:
Сообщение: Re: Configuring Text Search parser?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What happened to the is_ family of functions proposal?