summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demo-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo-script b/demo-script
index d22d728..1bb72b7 100644
--- a/demo-script
+++ b/demo-script
@@ -7,8 +7,8 @@ cd demo
git init
echo "1st line" > FOO
git add FOO
-touch untracked-FOO
-rm untracked-FOO
+touch untracked.o
+rm untracked.o
git commit -q -m "1st line" FOO
git checkout -b test
echo "added 2nd line in test" >> FOO