| От | Heikki Linnakangas |
|---|---|
| Тема | Re: Git conversion status |
| Дата | |
| Msg-id | 4C98EDED.1080205@enterprisedb.com обсуждение исходный текст |
| Ответ на | Re: Git conversion status (Alvaro Herrera <alvherre@commandprompt.com>) |
| Список | pgsql-hackers |
On 21/09/10 20:32, Alvaro Herrera wrote: > What I find is that after doing the local clone for the branch, i.e. > git clone postgresql REL9_0_STABLE > this clones only the "master" branch somehow, not the other branches; so > when I later run > git checkout REL9_0_STABLE > on that clone, it fails with this message: It clones all branches, but it only creates a local tracking branch for master automatically. The others you'll have to create manually: git branch REL9_0_STABLE origin/REL9_0_STABLE Try also "git branch -a", it is quite enlightening. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера