Caution when removing git branches

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Caution when removing git branches
Дата
Msg-id 201101261626.p0QGQ4x19783@momjian.us
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: REVIEW: EXPLAIN and nfiltered
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Caution when removing git branches