diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-09-19 11:24:28 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-09-19 11:29:46 +0300 |
commit | 5851985b5659e466f1c3457024b48df8dec9be4c (patch) | |
tree | 20d1f662b2c2a2b511ec14e5d2e640508e79c5d0 /git-demo | |
parent | fixed: git hides git-* command away from $PATH (diff) | |
download | git-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-demo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |