Rebuild for Don Kirby's punctuation improvements

This commit is contained in:
Don Kirkby 2013-03-23 14:19:08 -07:00 committed by Peter Cottle
parent c30c113d51
commit f5484ac7e7
4 changed files with 15 additions and 15 deletions

View file

@ -19217,7 +19217,7 @@ require.define("/levels/advanced/1.js",function(require,module,exports,__dirname
"", "",
"Git will normally follow the \"first\" parent upwards from a merge commit, but specifying a number with `^` changes this default behavior.", "Git will normally follow the \"first\" parent upwards from a merge commit, but specifying a number with `^` changes this default behavior.",
"", "",
"Enough talking, let's see it in action", "Enough talking, let's see it in action.",
"" ""
] ]
} }
@ -19231,7 +19231,7 @@ require.define("/levels/advanced/1.js",function(require,module,exports,__dirname
"(*In our visuals, the first parent is positioned directly above the merge commit.*)" "(*In our visuals, the first parent is positioned directly above the merge commit.*)"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"Easy -- this is what we are all used to" "Easy -- this is what we are all used to."
], ],
"command": "git checkout master^", "command": "git checkout master^",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2" "beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
@ -19241,10 +19241,10 @@ require.define("/levels/advanced/1.js",function(require,module,exports,__dirname
"type": "GitDemonstrationView", "type": "GitDemonstrationView",
"options": { "options": {
"beforeMarkdowns": [ "beforeMarkdowns": [
"Now lets try specifying the second parent instead..." "Now let's try specifying the second parent instead..."
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"See! We followed the other parent upwards" "See? We followed the other parent upwards."
], ],
"command": "git checkout master^2", "command": "git checkout master^2",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2" "beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
@ -19257,7 +19257,7 @@ require.define("/levels/advanced/1.js",function(require,module,exports,__dirname
"The `^` and `~` modifiers can make moving around a commit tree very powerful:" "The `^` and `~` modifiers can make moving around a commit tree very powerful:"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"Lightning fast" "Lightning fast!"
], ],
"command": "git checkout HEAD~; git checkout HEAD^2; git checkout HEAD~2", "command": "git checkout HEAD~; git checkout HEAD^2; git checkout HEAD~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit" "beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"
@ -19270,7 +19270,7 @@ require.define("/levels/advanced/1.js",function(require,module,exports,__dirname
"Even crazier, these modifiers can be chained together! Check this out:" "Even crazier, these modifiers can be chained together! Check this out:"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"The same movement as before, but all in one command" "The same movement as before, but all in one command."
], ],
"command": "git checkout HEAD~^2~2", "command": "git checkout HEAD~^2~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit" "beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"
@ -31549,7 +31549,7 @@ require.define("/src/levels/advanced/1.js",function(require,module,exports,__dir
"", "",
"Git will normally follow the \"first\" parent upwards from a merge commit, but specifying a number with `^` changes this default behavior.", "Git will normally follow the \"first\" parent upwards from a merge commit, but specifying a number with `^` changes this default behavior.",
"", "",
"Enough talking, let's see it in action", "Enough talking, let's see it in action.",
"" ""
] ]
} }
@ -31563,7 +31563,7 @@ require.define("/src/levels/advanced/1.js",function(require,module,exports,__dir
"(*In our visuals, the first parent is positioned directly above the merge commit.*)" "(*In our visuals, the first parent is positioned directly above the merge commit.*)"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"Easy -- this is what we are all used to" "Easy -- this is what we are all used to."
], ],
"command": "git checkout master^", "command": "git checkout master^",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2" "beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
@ -31573,10 +31573,10 @@ require.define("/src/levels/advanced/1.js",function(require,module,exports,__dir
"type": "GitDemonstrationView", "type": "GitDemonstrationView",
"options": { "options": {
"beforeMarkdowns": [ "beforeMarkdowns": [
"Now lets try specifying the second parent instead..." "Now let's try specifying the second parent instead..."
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"See! We followed the other parent upwards" "See? We followed the other parent upwards."
], ],
"command": "git checkout master^2", "command": "git checkout master^2",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2" "beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
@ -31589,7 +31589,7 @@ require.define("/src/levels/advanced/1.js",function(require,module,exports,__dir
"The `^` and `~` modifiers can make moving around a commit tree very powerful:" "The `^` and `~` modifiers can make moving around a commit tree very powerful:"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"Lightning fast" "Lightning fast!"
], ],
"command": "git checkout HEAD~; git checkout HEAD^2; git checkout HEAD~2", "command": "git checkout HEAD~; git checkout HEAD^2; git checkout HEAD~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit" "beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"
@ -31602,7 +31602,7 @@ require.define("/src/levels/advanced/1.js",function(require,module,exports,__dir
"Even crazier, these modifiers can be chained together! Check this out:" "Even crazier, these modifiers can be chained together! Check this out:"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"The same movement as before, but all in one command" "The same movement as before, but all in one command."
], ],
"command": "git checkout HEAD~^2~2", "command": "git checkout HEAD~^2~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit" "beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -424,7 +424,7 @@
For a much easier time perusing the source, see the individual files at: For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching
--> -->
<script src="build/bundle.min.1efe1dc6.js"></script> <script src="build/bundle.min.a25c78e6.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic. <!-- 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 The downside? No raw logs to parse for analytics, so I have to include