repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
44f7244
parent
62e8e49
author
Eric Bower
date
2024-07-08 14:47:07 -0400 EDT
docs: readme logo
3 files changed,  +6, -0
M README.md
+2, -0
1@@ -1,3 +1,5 @@
2+![git-pr-logo](logo.png)
3+
4 # `pico/git-pr` a self-hosted git collaboration server
5 
6 We are trying to build the simplest git collaboration tool. The goal is to make
A logo.png
+0, -0
M tmpl/pr-header.html
+4, -0
 1@@ -26,6 +26,10 @@ ssh pr.pico.sh pr print {{.Pr.ID}} | git am -3</pre>
 2 ssh pr.pico.sh pr print {{.Pr.ID}} --filter n | git am -3</pre>
 3       <pre class="m-0"># checkout patch range
 4 ssh pr.pico.sh pr print {{.Pr.ID}} --filter n:y | git am -3</pre>
 5+      <pre class="m-0"># accept PR
 6+ssh pr.pico.sh pr accept {{.Pr.ID}}</pre>
 7+      <pre class="m-0"># close PR
 8+ssh pr.pico.sh pr close {{.Pr.ID}}</pre>
 9     </div>
10   </details>
11 </header>