Re: Git conversion status

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Git conversion status
Дата
Msg-id 4C98F6CB.3090704@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Git conversion status  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 21/09/10 21:10, Tom Lane wrote:
> While we're discussing possible errors on that page ... at the bottom of
> the page under the "multiple workdirs" alternative are these recipes for
> re-syncing your local checkouts:
>
>     git checkout REL9_0_STABLE
>     git pull
>
>     git checkout master
>     git reset --hard origin/master
>
> Are the git checkout steps really needed, considering each workdir would
> normally be on its target branch all the time?

No, you're right, they're not really needed. Those steps were 
copy-pasted from the "Committing Using a Single Clone" recipe, and not 
adjusted.

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


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: moving development branch activity to new git repo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: .gitignore files, take two