From: Oleg Broytman Date: Sun, 23 Aug 2015 16:22:44 +0000 (+0300) Subject: Explain bash/zsh prompt X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=def8d72a2bea34b72aad27fdc68142228ed8a15e Explain bash/zsh prompt --- diff --git a/pep-git.txt b/pep-git.txt index 5aa0583..8e3e0c5 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -784,8 +784,14 @@ the latest and greatest download necessary file from `git contrib Git-for-windows comes with git-bash, bash completion is installed and enabled. - -TODO: bash/zsh prompt. +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. git on server