new demo command

This commit is contained in:
Peter Cottle 2013-01-12 23:15:13 -08:00
parent 0cb6e43549
commit 22605249ce
3 changed files with 81 additions and 36 deletions

View file

@ -125,8 +125,8 @@ var init = function() {
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
"git merge bugFix; levels --noOutput; level rebase1 --noFinishDialog --noStartCommand;",
"show goal; delay 1000; hide goal;",
"git checkout -b win; git commit; help"
"show goal; delay 1000; hide goal; show solution --force --noReset;",
"help; levels"
].join(''));
});
}