aboutsummaryrefslogtreecommitdiff
path: root/docs/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-18 05:34:52 +0100
committerAkshay <[email protected]>2020-10-18 05:34:52 +0100
commit07db5114e73c2da162e131b8255dfd2507d810ee (patch)
treeec16c6ae5917ebe8a7ed0886ef33ecc777b5ed20 /docs/posts
parent3414053d7cd17b43dd929e4e5fc468d98145e0d5 (diff)
fix: spelling
Diffstat (limited to 'docs/posts')
-rw-r--r--docs/posts/self-hosting_git/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/posts/self-hosting_git/index.html b/docs/posts/self-hosting_git/index.html
index 67ef514..805b9e4 100644
--- a/docs/posts/self-hosting_git/index.html
+++ b/docs/posts/self-hosting_git/index.html
@@ -38,9 +38,9 @@
38 Self-hosting Git 38 Self-hosting Git
39 </h1> 39 </h1>
40 <div class="post-text"> 40 <div class="post-text">
41 <p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p> 41 <p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p>
42<h3 id="offerings">Offerings</h3> 42<h3 id="offerings">Offerings</h3>
43<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi</a> web interface interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p> 43<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi-based</a> web interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p>
44<h3 id="setup">Setup</h3> 44<h3 id="setup">Setup</h3>
45<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p> 45<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p>
46<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="co"># fetch</span></span> 46<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="co"># fetch</span></span>