mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-20 18:55:00 +02:00
ok demo nice
This commit is contained in:
parent
22605249ce
commit
4c837f7d92
4 changed files with 30 additions and 18 deletions
|
@ -122,10 +122,12 @@ var init = function() {
|
|||
eventBaton.trigger(
|
||||
'commandSubmitted',
|
||||
[
|
||||
"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; show solution --force --noReset;",
|
||||
"git commit; git checkout -b bugFix C1; git commit; git merge master; git checkout master; git commit; git rebase bugFix;",
|
||||
"delay 1000; reset;",
|
||||
"level rebase1 --noFinishDialog --noStartCommand --noIntroDialog;",
|
||||
"delay 2000; show goal; delay 1000; hide goal;",
|
||||
"git checkout bugFix; git rebase master; git checkout side; git rebase bugFix;",
|
||||
"git checkout another; git rebase side; git rebase another master;",
|
||||
"help; levels"
|
||||
].join(''));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue