]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
git daemon
[git-wiki.git] / pep-git.txt
index 8e3e0c5d95f0591035fb09edb910b27361dc503f..8ffac6b422d97f7087500698ae7df89f4ea02687 100644 (file)
@@ -793,11 +793,20 @@ information. To include git information in the prompt use
 <https://git.kernel.org/cgit/git/git.git/tree/contrib/completion/git-prompt.sh>`_.
 Read the detailed instructions in the file.
 
+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