Re: Multi-branch committing in git, revisited

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-branch committing in git, revisited
Date: 2010-09-22 03:02:53
Message-ID: 54D8D772-9081-4AFD-BFD1-0694851F377C@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sep 21, 2010, at 8:01 PM, Bruce Momjian wrote:

>> Then they'd all be patched and staged.
>
> If I understand correctly, that 'git reset' will mark all branch changes
> as staged but not committed, and then you can commit all branches at
> once and push it. Is that right?

Right.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Christensen 2010-09-22 03:02:57 Re: Multi-branch committing in git, revisited
Previous Message Bruce Momjian 2010-09-22 03:01:21 Re: Multi-branch committing in git, revisited