Re: Caution when removing git branches - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Caution when removing git branches
Date
Msg-id 4D41A0E0.4010008@enterprisedb.com
Whole thread Raw
In response to Re: Caution when removing git branches  (Bruce Momjian <bruce@momjian.us>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Caution when removing git branches
Next
From: Robert Haas
Date:
Subject: Re: Caution when removing git branches