mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
rebuild
This commit is contained in:
parent
b9ed20099b
commit
9d167f986d
4 changed files with 5 additions and 5 deletions
|
@ -17517,7 +17517,7 @@ require.define("/src/levels/mixed/2.js",function(require,module,exports,__dirnam
|
||||||
"",
|
"",
|
||||||
"* We will re-order the commits so the one we want to change is on top with `git rebase -i`",
|
"* We will re-order the commits so the one we want to change is on top with `git rebase -i`",
|
||||||
"* We will `commit --amend` to make the slight modification",
|
"* We will `commit --amend` to make the slight modification",
|
||||||
"* Then we will re-oder the commits back to how they were previously with `git rebase -i`",
|
"* Then we will re-order the commits back to how they were previously with `git rebase -i`",
|
||||||
"* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)",
|
"* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)",
|
||||||
"",
|
"",
|
||||||
"There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique."
|
"There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique."
|
||||||
|
@ -28835,7 +28835,7 @@ require.define("/src/levels/mixed/2.js",function(require,module,exports,__dirnam
|
||||||
"",
|
"",
|
||||||
"* We will re-order the commits so the one we want to change is on top with `git rebase -i`",
|
"* We will re-order the commits so the one we want to change is on top with `git rebase -i`",
|
||||||
"* We will `commit --amend` to make the slight modification",
|
"* We will `commit --amend` to make the slight modification",
|
||||||
"* Then we will re-oder the commits back to how they were previously with `git rebase -i`",
|
"* Then we will re-order the commits back to how they were previously with `git rebase -i`",
|
||||||
"* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)",
|
"* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)",
|
||||||
"",
|
"",
|
||||||
"There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique."
|
"There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique."
|
||||||
|
|
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.0fbbfce0.js"></script>
|
<script src="build/bundle.min.30b4b2fc.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