Skip to content

Commit b6010e9

Browse files
JelteFmhagander
authored andcommitted
Add instructions to checkout latest CFbot patchset
1 parent 2ada851 commit b6010e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pgcommitfest/commitfest/templates/patch.html

+9
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
<a href="{{patch.gitlink}}">Git</a>
6262
{%endif%}</td>
6363
</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>
6473
<tr>
6574
<th>Emails</th>
6675
<td>

0 commit comments

Comments
 (0)