Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Managing multiple branches in git
Дата
Msg-id 937d27e10906020923k2974f134ma83aa37bc56ec5e7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Tue, Jun 2, 2009 at 5:16 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> David E. Wheeler wrote:
>
>> Well, you can have as many clones of a repository as you like. You can
>> keep one with master checked out, another with rel8_3, another with
>> rel8_2, etc. You'd just have to write a script to keep them in sync
>> (shouldn't be too difficult, each just as all the others as an origin --
>> or maybe you have one that's canonical on your system).
>
> Hmm, but is there a way to create those clones from a single local
> "database"?

Just barely paying attention here, but isn't 'git clone --local' what you need?


-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Managing multiple branches in git
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Managing multiple branches in git