Caution when removing git branches

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Caution when removing git branches
Date: 2011-01-26 16:26:04
Message-ID: 201101261626.p0QGQ4x19783@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2011-01-26 16:32:35 Re: Caution when removing git branches
Previous Message Alvaro Herrera 2011-01-26 16:16:36 Re: SSI, simplified