summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-13 11:56:03 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-13 11:56:03 +0200
commit5d8542c9ef82f10e3d306c077147b8d2e353750a (patch)
tree2a5eb6da18175b6df3adfe00059b2d8d71afbf47 /content
parentcdb894f324d64e3e768a45596b283e99dc2d9b62 (diff)
Add some notes on git hosting
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'content')
-rw-r--r--content/computer/tools/git/_index.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/computer/tools/git/_index.md b/content/computer/tools/git/_index.md
index ba1c5bd..f6bc2ae 100644
--- a/content/computer/tools/git/_index.md
+++ b/content/computer/tools/git/_index.md
@@ -6,3 +6,20 @@ generate_feed = false
sort_by = "weight"
+++
+Notes about [git](https://git-scm.com/)
+
+
+# Hosting
+
+## Simple git hosting
+
+* [gitweb](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb)
+* [cgit web interface](https://git.zx2c4.com/cgit/)
+* [gitolite access control](https://gitolite.com/gitolite/index.html)
+
+## Hosting with more bells and whistles
+
+* [sourcehut](https://sourcehut.org)
+* [gitlab (git-scm.com)](https://git-scm.com/book/en/v2/Git-on-the-Server-GitLab)
+* [gitlab](https://about.gitlab.com/)
+