diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-12-22 19:42:36 +0200 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-12-22 19:42:36 +0200 |
commit | 83b2b9415a1505f5a498e34f1ea839d0b198dc85 (patch) | |
tree | 7c4af58fdeaa216a7dd4262806fe8b8ad430ed3b | |
parent | -- docs (diff) | |
download | git-prompt-83b2b9415a1505f5a498e34f1ea839d0b198dc85.tar.gz git-prompt-83b2b9415a1505f5a498e34f1ea839d0b198dc85.tar.bz2 git-prompt-83b2b9415a1505f5a498e34f1ea839d0b198dc85.zip |
-- docs
-rw-r--r-- | index.txt | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -= GIT Prompt - there is a lot more than branch-name += GIT Prompt - there is a lot more than a branch-name :compact-option: compact == Basic Usage @@ -14,14 +14,15 @@ Branch and files are colored according to state. "M" stands for master. image:screenshot-prompt-git.png[git module] -[cols="3,3,12",frame="topbot",options="header"] +.Branch and Files Colors +[cols="^3,^3,12",frame="topbot",options="header"] |================================================================ -| *Branch* | *File* | Meaning +| *Branch* | *File* | *Meaning* | [darkblue]#dark blue# | | Clean repo | [green]#green# | [green]#green# | Modified or new file. Modifications are in index but not in repo yet. -| [red]#red# | [red]#red# | Modified and tracked by repo, but modifications not added to index yet. +| [red]#dark red# | [red]#darkred# | Modified and tracked by repo, but modifications not added to index yet. | [blue]#light blue# | [blue]#light blue# | Untracked file. -| [red]#red# | | Detached Head +| [red]#light red# | | Detached Head | [magenta]#magenta# | | In middle of doing something |================================================================ @@ -70,6 +71,7 @@ Most of dependencies (except git and svn) are probably already installed on your - different host color even if they are not in config - external config at `/etc/git-prompt.conf` and `~/.git-prompt.conf` +- always display remote hostname if login is through sshd (how to detect this?) - new mail (howto at: `http://kikhome.net/?p=11` ) - ctrl-Z subshell indicator - screenshots for labels and svn module |