- commit
- 23f69a5
- parent
- a148079
- author
- Eric Bower
- date
- 2024-06-17 14:13:06 -0400 EDT
chore: change copy for submitting pr
1 files changed,
+2,
-1
+2,
-1
1@@ -13,7 +13,8 @@
2 <h1 class="text-2xl mb"><a href="/">repos</a> / {{.ID}}</h1>
3 <div class="group">
4 <div><code>git clone {{.CloneAddr}}</code></div>
5- <div>Submit patch request: <code>git format-patch -1 HEAD --stdout | ssh pr.pico.sh pr create {{.ID}}</code></div>
6+ <pre># submit a new patch request
7+git format-patch main --stdout | ssh pr.pico.sh pr create {{.ID}}</pre>
8 </div>
9 </header>
10 <main class="group">