shithub: shithub

Download patch

ref: f65231504f5a701f61d7a819979aa52b4ad7cff7
parent: b76056ce782ce7b867ac8577427a770b0e6f8b9d
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Feb 21 13:37:41 EST 2021

guide: add section on use from unix

--- a/guide.html
+++ b/guide.html
@@ -139,5 +139,19 @@
 	/usr/git/$user/$repo/.git/README
 </pre>
 
+<h2>Unix and Shithub</h2>
+
+<p>Shithub is hosted on 9front, and uses dp9ik
+authentication for pushing code. In order to
+push from Unix, you'll need a git remote helper
+that allows pushing <code>hjgit://</code> urls</p>
+
+<p>One is available 
+<a href=http://shithub.us/moody/tlsclient/HEAD/info.html>here</a>.
+</p>
+
+<p>Repositories can be created as above, using 9cpu
+in place of cpu.</p>
+
 </body>
 </html>