From 6da6ff30e414c4816f9ce447251a3259e60ed2d4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 24 Aug 2015 08:18:25 +0300 Subject: [PATCH] git daemon --- pep-git.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pep-git.txt b/pep-git.txt index 985ecc4..8ffac6b 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -799,7 +799,14 @@ Search the Net for "git prompt" to find other prompt variants. git on server ============= -TODO: anonymous access (``git daemon``); git over ssh; gitolite; +The simplest way to publish a repository or a group of repositories is +``git daemon``. The daemon provides anonymous access, by default it is +read-only. The repositories are accessible by git protocol (git:// +URLs). Write access can be enabled but the protocol lacks any +authentication means, so it should be enabled only within a trusted +LAN. See ``git help daemon`` for details. + +TODO: git over ssh; gitolite; gitweb; cgit; Kallithea; pagure; gogs and gitea; gitlab. http://gitolite.com/gitolite/index.html -- 2.39.2