Re: [HACKERS] FYI: git worktrees as replacement for "rsync the CVSROOT"

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] FYI: git worktrees as replacement for "rsync the CVSROOT"
Дата
Msg-id CAMsr+YGgx5N1q8cnZx=acdzYU96wd+UCnzNo3V4C_ARCAq9PoA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] FYI: git worktrees as replacement for "rsync the CVSROOT"  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: [HACKERS] FYI: git worktrees as replacement for "rsync theCVSROOT"  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
On 16 January 2017 at 05:01, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> Not sure how many people still use [1], as referenced by our git wiki[2],
> but it appears git worktrees are a viable replacement for that technique. In
> short, if you're already in your checkout:
>
> git worktree add ../9.6 REL9_6_STABLE
>
> would give you a checkout of 9.6 in the ../9.6 directory.
>
> BTW, I learned about this from this "git year in review" article[3].

Looks handy enough to merit adding to the Pg developer FAQ. Please?

It looks cleaner than my current approach of doing a local clone or
re-cloning from upstream with a local repo as a --reference .

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Make subquery alias optional in FROM clause
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [HACKERS] UPDATE of partition key