mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
new demo command
This commit is contained in:
parent
0cb6e43549
commit
22605249ce
3 changed files with 81 additions and 36 deletions
|
@ -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(''));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue