Skip to content

Commit 44f7244

Browse files
committed
docs: readme logo
1 parent 62e8e49 commit 44f7244

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![git-pr-logo](logo.png)
2+
13
# `pico/git-pr` a self-hosted git collaboration server
24

35
We are trying to build the simplest git collaboration tool. The goal is to make

logo.png

21.9 KB
Loading

tmpl/pr-header.html

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ <h1 class="text-2xl mb">
2626
ssh pr.pico.sh pr print {{.Pr.ID}} --filter n | git am -3</pre>
2727
<pre class="m-0"># checkout patch range
2828
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>
2933
</div>
3034
</details>
3135
</header>

0 commit comments

Comments
 (0)