Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Managing multiple branches in git
Дата
Msg-id 20090603150140.GA7172@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Managing multiple branches in git  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
Robert Haas escribió:
> On Tue, Jun 2, 2009 at 7:54 PM, Alvaro Herrera
> <alvherre@commandprompt.com> wrote:

> > I think these are the two usable options.  They will probably end up
> 
> ...wait a minute.   I just went and Googled this git-new-workdir thing
> and it looks like it's almost exactly what we need.  According to the
> docs, it lets you share the same local repository between multiple
> working copies, so all the commits are shared but the index is
> separate for each working directory.  Assuming it works, that sounds
> just about perfect for Tom's use case, since it would allow
> cherry-picking of commits without an intervening push/pull cycle.  Did
> you have some reason for passing over that as one of the usable
> options?

Well, it sounds about perfect for my use case too (which is
approximately the same as Tom's), but the description makes it sound
unsupported.  It doesn't work on Windows which doesn't bother me
personally but may be a showstopper more generally.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PostgreSQL Developer meeting minutes up
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Warnings in compile