Re: Working with git repo tagged versions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Working with git repo tagged versions
Дата
Msg-id 1321280657.32420.8.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Working with git repo tagged versions  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On fre, 2011-11-11 at 15:53 -0500, Bruce Momjian wrote:
> Basically, git checkout assumes a tag, unless you -b for a branch. 

No, git checkout assumes a branch, and if it doesn't find a branch, it
looks for a commit by the given name, and a tag is one way of naming a
commit.  The -b option creates a new branch.



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

Предыдущее
От: Kerem Kat
Дата:
Сообщение: Re: (PATCH) Adding CORRESPONDING to Set Operations
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: [REVIEW] Patch for cursor calling with named parameters