File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
{%endif%}
45
45
{%if cfbot_branch %}
46
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 >
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 >
50
50
{%endif%}
51
51
</ a >
52
52
</ td >
You can’t perform that action at this time.
0 commit comments