From 064bee710b23d87ccdb4a65bed3ed4cbc55c07e9 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Mon, 1 Jun 2009 06:59:36 +0300 Subject: -- dir, docs cleanup --- demo-more-script | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 demo-more-script (limited to 'demo-more-script') diff --git a/demo-more-script b/demo-more-script deleted file mode 100644 index ca33522..0000000 --- a/demo-more-script +++ /dev/null @@ -1,37 +0,0 @@ -set +xv -. /t/prompt/prompt -test -d demo && rm -rf demo/ -test -d ../demo && cd .. && rm -rf demo/ -clear -: ------------------------------------------------------------------------ -mkdir demo -cd demo -git init -echo 'main() {puts("Hello World!");}' > hello.c -make hello && ./hello -git add hello.c -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 "// FIXME: includes" >> hello.c -git add hello.c -git commit -q -m "notes to self" -git checkout master -cat hello.c -echo 'main() {puts("Hello Universe!"); exit(0);}' > hello.c -git add hello.c -git commit -q -m "fixed exit code" -git merge universe -git cat-file -p universe:hello.c > hello.c -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 -git clean -f -: ------------------------------------------------------------------------ -cd .. -- cgit v1.2.3