diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-30 14:10:24 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-30 14:10:24 +0300 |
commit | 58a1c0f6aaf30e1364a0eea8f85a0394f5d5f06e (patch) | |
tree | 0cc1c71844d61a3769820a5da24ab6045607cd2d /git-demo | |
parent | added VIM session detection (diff) | |
download | git-prompt-58a1c0f6aaf30e1364a0eea8f85a0394f5d5f06e.tar.gz git-prompt-58a1c0f6aaf30e1364a0eea8f85a0394f5d5f06e.tar.bz2 git-prompt-58a1c0f6aaf30e1364a0eea8f85a0394f5d5f06e.zip |
don't show svn if in home dir, also demo script and README edit,
Diffstat (limited to 'git-demo')
-rw-r--r-- | git-demo | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,11 +14,9 @@ git commit -q -m "1st hello" git checkout -b universe; git clean -f echo 'main() {puts("Hello Universe!");}' > hello.c git add hello.c -echo "1st BAR" > BAR -git add BAR echo "// FIXME: includes" >> hello.c git add hello.c -git commit -q -m "hello.c moded, BAR added" +git commit -q -m "notes to self" git checkout master cat hello.c echo 'main() {puts("Hello Universe!"); exit(0);}' > hello.c |