Re: Multi-branch committing in git, revisited - Mailing list pgsql-hackers

From A.M.
Subject Re: Multi-branch committing in git, revisited
Date
Msg-id C709E959-F268-48D3-B6C5-89A35C0FC749@themactionfaction.com
Whole thread Raw
In response to Re: Multi-branch committing in git, revisited  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On Sep 21, 2010, at 11:19 PM, Tom Lane wrote:

Offhand I think I like Andrew's recommendation of a shortlived branch
better.  In essence your idea is using the tip of "master" itself as a
shortlived branch, which is maybe a bit too cute.  If you get distracted
and need to do something else for awhile, the tip of "master" is not
where you want your not-yet-pushable work to be.

For uncommitted work, see also "git stash".

Cheers,
M

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Multi-branch committing in git, revisited
Next
From: Pavel Stehule
Date:
Subject: Re: wip: functions median and percentile