Обсуждение: Push branch / submit Pull Request

Поиск
Список
Период
Сортировка

Push branch / submit Pull Request

От
"Maton, Brett"
Дата:
Hi,

  How do I push a branch to git.postgresql.org/git/pgrpms.git ?

  I have some updates / fixes for the repmgr packages/

Regards,
Brett

Re: Push branch / submit Pull Request

От
John Harvey
Дата:
Hi Brett,

Typically they're submitted via this mail-list as a patch file.
That, or you can attach the patch-file to a new issue created on this project's redmine server: https://redmine.postgresql.org/projects/pgrpms
At this time, there is no pull-request option available.

If you're not familiar with creating branches, here's how you would create a patch-file from your branch, assuming it's branched from master:
git format-patch master --stdout > my_fix.patch

Regards,
-John


On Thu, Mar 3, 2016 at 7:46 AM, Maton, Brett <matonb@ltresources.co.uk> wrote:
Hi,

  How do I push a branch to git.postgresql.org/git/pgrpms.git ?

  I have some updates / fixes for the repmgr packages/

Regards,
Brett