Re: Caution when removing git branches

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Caution when removing git branches
Date: 2011-01-27 16:44:16
Message-ID: 4D41A0E0.4010008@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.01.2011 18:41, Bruce Momjian wrote:
> Well, branch creation can always be undone --- branch removal seems like
> the big problem because it can't.

Actually, all you need to do is to push the branch back to resurrect it.
As long as your local branch is up-to-date with what was removed (or you
know the commitid and still have that in your local repository), no-one
will notice that it was gone for a moment.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-01-27 16:44:46 Re: Caution when removing git branches
Previous Message Robert Haas 2011-01-27 16:42:50 Re: [HACKERS] reviewers needed!