mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
Rebuild for Issue #92 and changed word in level tutorial
This commit is contained in:
parent
846d01c8ed
commit
8fb7faa163
6 changed files with 6 additions and 6 deletions
|
@ -17478,7 +17478,7 @@ require.define("/levels/intro/branching.js",function(require,module,exports,__di
|
|||
"beforeMarkdowns": [
|
||||
"Let's see what branches look like in practice.",
|
||||
"",
|
||||
"Here we will check out a new branch named `newImage`"
|
||||
"Here we will create a new branch named `newImage`"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"There, that's all there is to branching! The branch `newImage` now refers to commit `C1`"
|
||||
|
@ -33333,7 +33333,7 @@ require.define("/src/levels/intro/branching.js",function(require,module,exports,
|
|||
"beforeMarkdowns": [
|
||||
"Let's see what branches look like in practice.",
|
||||
"",
|
||||
"Here we will check out a new branch named `newImage`"
|
||||
"Here we will create a new branch named `newImage`"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"There, that's all there is to branching! The branch `newImage` now refers to commit `C1`"
|
||||
|
|
File diff suppressed because one or more lines are too long
1
build/bundle.min.b384fc3e.js
Normal file
1
build/bundle.min.b384fc3e.js
Normal file
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -426,7 +426,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.min.3c1bb097.js"></script>
|
||||
<script src="build/bundle.min.b384fc3e.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
|
||||
|
|
|
@ -45,7 +45,7 @@ exports.level = {
|
|||
"beforeMarkdowns": [
|
||||
"Let's see what branches look like in practice.",
|
||||
"",
|
||||
"Here we will check out a new branch named `newImage`"
|
||||
"Here we will create a new branch named `newImage`"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"There, that's all there is to branching! The branch `newImage` now refers to commit `C1`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue