We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ada851 commit b6010e9Copy full SHA for b6010e9
pgcommitfest/commitfest/templates/patch.html
@@ -61,6 +61,15 @@
61
<a href="{{patch.gitlink}}">Git</a>
62
{%endif%}</td>
63
</tr>
64
+ <tr>
65
+ <th>Checkout latest CFbot patchset</th>
66
+ <td>
67
+ Go to your local checkout of the PostgreSQL repository and run:
68
+ <pre><code>git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
69
+git fetch commitfest cf/{{patch.id}}
70
+git checkout commitfest/cf/{{patch.id}}</code></pre>
71
+ </td>
72
+ </tr>
73
<tr>
74
<th>Emails</th>
75
<td>
0 commit comments