mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 19:54:29 +02:00
rebuild for ?demo
This commit is contained in:
parent
335bef2d56
commit
51e1cc2b77
4 changed files with 5 additions and 3 deletions
|
@ -6000,7 +6000,7 @@ var initDemo = function(sandbox) {
|
|||
[
|
||||
"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;",
|
||||
"level advanced1 --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;",
|
||||
|
@ -23244,7 +23244,7 @@ var initDemo = function(sandbox) {
|
|||
[
|
||||
"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;",
|
||||
"level advanced1 --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;",
|
||||
|
|
1
build/bundle.min.923b726f.js
Normal file
1
build/bundle.min.923b726f.js
Normal file
File diff suppressed because one or more lines are too long
1
build/bundle.min.js
vendored
Normal file
1
build/bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -439,7 +439,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.js"></script>
|
||||
<script src="build/bundle.min.923b726f.js"></script>
|
||||
|
||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||
The downside? No raw logs to parse for analytics, so I have to include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue