Fixes Issue #15 thanks @caspark!

This commit is contained in:
Peter Cottle 2013-02-16 20:41:20 -08:00
parent 797f8b0c55
commit 0ca8f79880
5 changed files with 6 additions and 6 deletions

View file

@ -17341,7 +17341,7 @@ require.define("/src/levels/intro/5.js",function(require,module,exports,__dirnam
"afterMarkdowns": [
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C2'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C2`.",
"",
"With resetting, you can push out your changes to share with others."
"With reverting, you can push out your changes to share with others."
],
"command": "git revert HEAD",
"beforeCommand": "git commit"
@ -28723,7 +28723,7 @@ require.define("/src/levels/intro/5.js",function(require,module,exports,__dirnam
"afterMarkdowns": [
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C2'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C2`.",
"",
"With resetting, you can push out your changes to share with others."
"With reverting, you can push out your changes to share with others."
],
"command": "git revert HEAD",
"beforeCommand": "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

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.20c91ac9.js"></script>
<script src="build/bundle.min.d3809216.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

View file

@ -49,7 +49,7 @@ exports.level = {
"afterMarkdowns": [
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C2'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C2`.",
"",
"With resetting, you can push out your changes to share with others."
"With reverting, you can push out your changes to share with others."
],
"command": "git revert HEAD",
"beforeCommand": "git commit"