summaryrefslogtreecommitdiff
path: root/git-demo
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-09-19 11:24:28 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-09-19 11:29:46 +0300
commit5851985b5659e466f1c3457024b48df8dec9be4c (patch)
tree20d1f662b2c2a2b511ec14e5d2e640508e79c5d0 /git-demo
parentfixed: git hides git-* command away from $PATH (diff)
downloadgit-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.tar.gz
git-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.tar.bz2
git-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.zip
don't show files from parent dir
Diffstat (limited to 'git-demo')
-rw-r--r--git-demo1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-demo b/git-demo
index 1b303c1..eb2e34c 100644
--- a/git-demo
+++ b/git-demo
@@ -28,6 +28,7 @@ git add hello.c
git commit -q -m "merged"
cat hello.c
git checkout HEAD^
+git checkout HEAD^
cat hello.c
git checkout master
sleep 2; echo "this emulates unsaved vim session" > .hello.c.swp