From 5d8542c9ef82f10e3d306c077147b8d2e353750a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 13 Jul 2021 11:56:03 +0200 Subject: Add some notes on git hosting Signed-off-by: Matthias Beyer --- content/computer/tools/git/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'content') 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/) + -- cgit v1.2.3