summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demo-script9
1 files changed, 2 insertions, 7 deletions
diff --git a/demo-script b/demo-script
index 99e952c..43f1c7f 100644
--- a/demo-script
+++ b/demo-script
@@ -2,13 +2,8 @@
test -d demo && rm -rf demo/
test -d ../demo && cd .. && rm -rf demo/
clear
-################################################################
-# prompt part related to git is inside (). "M" stands for master.
-# Intersting files are shown and colored according to git state.
-# Red - modified, green - added to index, blue - untracked,
-# magenta - operation in progress (merge, rebase, ...)
-#################################################################
-mkdir demo; cd demo
+mkdir demo
+cd demo
git init
echo "1st line" > file
git add file