Re: Multi-branch committing in git, revisited

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
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:07:15
Message-ID: 201009220307.o8M37FN08469@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David E. Wheeler wrote:
>
> 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.

OK, I am scared I actually understood that. ;-)

Is there a command to commit all stated changes in all branches or do we
have to go around to each branch to do the commit on each one? I
realize the push works to push all branch commits (or it only do that
from the master branch?).

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-09-22 03:19:31 Re: Multi-branch committing in git, revisited
Previous Message Hitoshi Harada 2010-09-22 03:06:51 Re: wip: functions median and percentile