From: Jelte Fennema-Nio Date: Tue, 24 Sep 2024 20:28:41 +0000 (+0200) Subject: Add instructions to checkout latest CFbot patchset X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=b6010e9cd2049de57ab3b99b8f5411e48485096a;p=pgcommitfest2.git Add instructions to checkout latest CFbot patchset --- diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 1205d91..33670cf 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -61,6 +61,15 @@ Git {%endif%} + + Checkout latest CFbot patchset + + Go to your local checkout of the PostgreSQL repository and run: +
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
+git fetch commitfest cf/{{patch.id}}
+git checkout commitfest/cf/{{patch.id}}
+ + Emails