X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=8ffac6b422d97f7087500698ae7df89f4ea02687;hb=6da6ff30e414c4816f9ce447251a3259e60ed2d4;hp=5aa0583481fb4a3f9091d36e7ca757b040426183;hpb=76a62f1684e83e3a902c5f4baddf87046de87e5f;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 5aa0583..8ffac6b 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -784,14 +784,29 @@ the latest and greatest download necessary file from `git contrib Git-for-windows comes with git-bash, bash completion is installed and enabled. +bash/zsh prompt +--------------- -TODO: bash/zsh prompt. +For shell command-line lovers prompt can carry a lot of useful +information. To include git information in the prompt use +`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