aboutsummaryrefslogtreecommitdiff
path: root/posts/self-hosting_git.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/self-hosting_git.md')
-rw-r--r--posts/self-hosting_git.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/self-hosting_git.md b/posts/self-hosting_git.md
index 6d0e1a4..655b619 100644
--- a/posts/self-hosting_git.md
+++ b/posts/self-hosting_git.md
@@ -1,12 +1,12 @@
1Earlier this week, I began migrating my repositories from 1Earlier this week, I began migrating my repositories from
2Github to [cgit](https://git.zx2c4.com/). If you care at 2Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at
3all about big corporates turning open-source into a T-shirt 3all about big corporates turning open-source into a T-shirt
4farming service, this is the way to go. 4farming service, this is the way to go.
5 5
6### Offerings 6### Offerings
7 7
8cgit is *very* bare bones. It is 8cgit is *very* bare bones. It is
9[cgi](https://tools.ietf.org/html/rfc3875) web interface 9[cgi-based](https://tools.ietf.org/html/rfc3875) web
10interface to git, and nothing more. You may browse 10interface to git, and nothing more. You may browse
11repositories, view diffs, commit logs and even clone via 11repositories, view diffs, commit logs and even clone via
12http. If you are looking to replace Github with cgit, keep 12http. If you are looking to replace Github with cgit, keep