mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
fix an typo in mixed-2
This commit is contained in:
parent
9d709677cb
commit
d3ab5a1a7d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ exports.level = {
|
|||
"",
|
||||
"* 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",
|
||||
"* 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)",
|
||||
"",
|
||||
"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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue