mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Fixes Issue #15 thanks @caspark!
This commit is contained in:
parent
797f8b0c55
commit
0ca8f79880
5 changed files with 6 additions and 6 deletions
|
@ -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
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue