summaryrefslogtreecommitdiff
path: root/content/gitea.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-06-26 01:41:11 +0000
committerLuke Smith <luke@lukesmith.xyz>2022-06-26 01:41:11 +0000
commit2d5ab8e1cedc117219f0811148226ab439e8d85b (patch)
tree13f4e150efa669714b485fd483f466de80237ec4 /content/gitea.md
parente9f7a69ce4604873e24ab10514c9dd6aea220f86 (diff)
git tutorial fixes, fix #158
Diffstat (limited to 'content/gitea.md')
-rw-r--r--content/gitea.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/content/gitea.md b/content/gitea.md
index 16a722e..685c8cb 100644
--- a/content/gitea.md
+++ b/content/gitea.md
@@ -6,18 +6,20 @@ tags: ['service']
short_desc: "A fully-featured Github-like git website for serious software projects and communities."
---
-
-Gitea allows you to self-host your git repositories similar to [bare repositories](/git), but comes with additional features that you
-might know from GitHub, such as issues, pull requests or multiple users.
-Its advantage over GitLab---another Free Software GitHub clone---is that
-it is much more lightweight and easier to setup.
+Gitea allows you to self-host your git repositories similar to [bare
+repositories](/git), but comes with additional features that you might know
+from GitHub, such as issues, pull requests or multiple users. Its advantage
+over GitLab---another Free Software GitHub clone---is that it is much more
+lightweight and easier to setup.
Head over to [gitea.com](https://gitea.com) to see what it looks like in
practice.
-Although Gitea is lighter than Gitlab, if you have a VPS with only 512MB
-of RAM, you will probably have to upgrade. Gitea is more
-memory-intensive than having just a bare git repository.
+Although Gitea is lighter than Gitlab, if you have a VPS with only 512MB of
+RAM, you will probably have to upgrade. Gitea is more memory-intensive than
+having just a bare git repository. If you just want a minimalist browseable git
+server without issue tracking and pull requests, install [cgit](/cgit)
+instead.
## Installing Gitea