We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e8e49 commit 44f7244Copy full SHA for 44f7244
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
# `pico/git-pr` a self-hosted git collaboration server
4
5
We are trying to build the simplest git collaboration tool. The goal is to make
logo.png
21.9 KB
tmpl/pr-header.html
@@ -26,6 +26,10 @@ <h1 class="text-2xl mb">
26
ssh pr.pico.sh pr print {{.Pr.ID}} --filter n | git am -3</pre>
27
<pre class="m-0"># checkout patch range
28
ssh pr.pico.sh pr print {{.Pr.ID}} --filter n:y | git am -3</pre>
29
+ <pre class="m-0"># accept PR
30
+ssh pr.pico.sh pr accept {{.Pr.ID}}</pre>
31
+ <pre class="m-0"># close PR
32
+ssh pr.pico.sh pr close {{.Pr.ID}}</pre>
33
</div>
34
</details>
35
</header>
0 commit comments