Re: Managing multiple branches in git

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "David E(dot) Wheeler" <david(at)kineticode(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Managing multiple branches in git
Date: 2009-06-02 16:23:51
Message-ID: 937d27e10906020923k2974f134ma83aa37bc56ec5e7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 2, 2009 at 5:16 PM, Alvaro Herrera
<alvherre(at)commandprompt(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Mayer 2009-06-02 16:27:02 Re: PostgreSQL Developer meeting minutes up
Previous Message Aidan Van Dyk 2009-06-02 16:23:48 Re: Managing multiple branches in git