Caution when removing git branches - Mailing list pgsql-hackers

From Bruce Momjian
Subject Caution when removing git branches
Date
Msg-id 201101261626.p0QGQ4x19783@momjian.us
Whole thread Raw
Responses Re: Caution when removing git branches  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Caution when removing git branches  (Andrew Dunstan <andrew@dunslane.net>)
Re: Caution when removing git branches  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
For those of you using git, I wanted to point out that it is fairly easy
to remove git branches.  For example, I can easily remove a branch on
my github repository using:
$ git branch -d :branch_name

I don't believe that is revertable.  What is scarey is that this could
be done on our 'origin' as well.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: REVIEW: EXPLAIN and nfiltered
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Caution when removing git branches