mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 08:04:27 +02:00
build
This commit is contained in:
parent
b0f19e91e4
commit
77d6c67e94
5 changed files with 6 additions and 5 deletions
|
@ -57,6 +57,7 @@ Also huge shoutout for everyone who has put up a pull request
|
||||||
* Andrew Ardill
|
* Andrew Ardill
|
||||||
* Shao-Chung Chen
|
* Shao-Chung Chen
|
||||||
* Tobias Pfeiffer
|
* Tobias Pfeiffer
|
||||||
|
* Luke Kysow
|
||||||
|
|
||||||
And reported an issue that was successfully closed!
|
And reported an issue that was successfully closed!
|
||||||
|
|
||||||
|
|
|
@ -17339,7 +17339,7 @@ require.define("/src/levels/intro/5.js",function(require,module,exports,__dirnam
|
||||||
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
||||||
],
|
],
|
||||||
"afterMarkdowns": [
|
"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`.",
|
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C1'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C1`.",
|
||||||
"",
|
"",
|
||||||
"With reverting, you can push out your changes to share with others."
|
"With reverting, you can push out your changes to share with others."
|
||||||
],
|
],
|
||||||
|
@ -28721,7 +28721,7 @@ require.define("/src/levels/intro/5.js",function(require,module,exports,__dirnam
|
||||||
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
||||||
],
|
],
|
||||||
"afterMarkdowns": [
|
"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`.",
|
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C1'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C1`.",
|
||||||
"",
|
"",
|
||||||
"With reverting, you can push out your changes to share with others."
|
"With reverting, you can push out your changes to share with others."
|
||||||
],
|
],
|
||||||
|
|
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:
|
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.6d4c5c50.js"></script>
|
<script src="build/bundle.min.4f9a5b87.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue