We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831bcb9 commit 99015efCopy full SHA for 99015ef
1 file changed
pgcommitfest/commitfest/templates/patch.html
@@ -44,9 +44,9 @@
44
{%endif%}
45
{%if cfbot_branch %}
46
<button class="btn btn-secondary" title="This adds the following to your clipboard (needs to be run in an existing git repo):
47
- git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
48
- git fetch commitfest cf/{{patch.id}}
49
- git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands</button>
+ git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
+ git fetch commitfest cf/{{patch.id}}
+ git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands</button>
50
51
</a>
52
</td>
0 commit comments