summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-11-22 17:16:54 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-11-22 17:16:54 +0200
commitc1062e94d037aa6bbb37ff58d24f37c30bc1e52b (patch)
treeff5a972ea6f01fe5c8def34f5435ba0d9ff6314a /index.txt
parentfixed: handling files with spaces (diff)
downloadgit-prompt-c1062e94d037aa6bbb37ff58d24f37c30bc1e52b.tar.gz
git-prompt-c1062e94d037aa6bbb37ff58d24f37c30bc1e52b.tar.bz2
git-prompt-c1062e94d037aa6bbb37ff58d24f37c30bc1e52b.zip
converted wiki to asciidoc
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/index.txt b/index.txt
new file mode 100644
index 0000000..2a77e7a
--- /dev/null
+++ b/index.txt
@@ -0,0 +1,38 @@
+= GIT Prompt
+
+Get it from github: http://github.com/lvv/git-prompt/tree/master/git-prompt.sh[git-prompt.sh] +
+ git clone
+
+More info in http://github.com/lvv/git-prompt/tree/master/README[README]
+
+
+== Basic Usage
+
+image:screenshot-prompt-basic.png[basic usage]
+
+[red]*1* is `false(1)` exit code. Hosts are colored as configured in `git-prompt.sh` file.
+
+
+== GIT
+
+Branch and files are colored according to state. "M" stands for master.
+
+[cols="3,8",frame="topbot",options="header"]
+|================================================================
+| Color | Meaning
+| [green]#green# | Modified or new file. Modifications are in index but not in repo yet.
+| [red]#red# | Modified and tracked by repo, but modifications not added to index yet.
+| [lightblue]#light blue# | Untracked file.
+| [darkblue]#blue branch# | Clean
+| [red]#red# or [magenta]#magenta# branch | In middle of doing something or detached head.
+|================================================================
+
+image:screenshot-prompt-git.png[git module]
+
+== Subversion
+
+...
+
+== Labels
+
+...