diff options
author | Akshay <[email protected]> | 2020-10-18 05:34:52 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-18 05:34:52 +0100 |
commit | 07db5114e73c2da162e131b8255dfd2507d810ee (patch) | |
tree | ec16c6ae5917ebe8a7ed0886ef33ecc777b5ed20 /posts | |
parent | 3414053d7cd17b43dd929e4e5fc468d98145e0d5 (diff) |
fix: spelling
Diffstat (limited to 'posts')
-rw-r--r-- | posts/self-hosting_git.md | 4 |
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 @@ | |||
1 | Earlier this week, I began migrating my repositories from | 1 | Earlier this week, I began migrating my repositories from |
2 | Github to [cgit](https://git.zx2c4.com/). If you care at | 2 | Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at |
3 | all about big corporates turning open-source into a T-shirt | 3 | all about big corporates turning open-source into a T-shirt |
4 | farming service, this is the way to go. | 4 | farming service, this is the way to go. |
5 | 5 | ||
6 | ### Offerings | 6 | ### Offerings |
7 | 7 | ||
8 | cgit is *very* bare bones. It is | 8 | cgit 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 |
10 | interface to git, and nothing more. You may browse | 10 | interface to git, and nothing more. You may browse |
11 | repositories, view diffs, commit logs and even clone via | 11 | repositories, view diffs, commit logs and even clone via |
12 | http. If you are looking to replace Github with cgit, keep | 12 | http. If you are looking to replace Github with cgit, keep |