Re: Caution when removing git branches

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Caution when removing git branches
Дата
Msg-id 4D41538A0200002500039EA0@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Caution when removing git branches  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
> OK, someone removes a branch.
As was explained earlier on this thread, it's not gone at that
point; it's a dangling reference.  I think that unless someone
explicitly "prunes" the dangling references, they are left around
for a week, and can easily be checked out again.
> If it is still in his local tree, he can push it back.  If not, he
> has to go around and find someone who does have it, and who has
> the most recent copy?
If it actually is gone from the server, you can fall back to this,
yeah.
> Can master be removed too?
I don't think so.
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Caution when removing git branches
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Caution when removing git branches