mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-23 20:24:45 +02:00
commit
d99498076e
2 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,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-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 the method of your 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."
|
||||
]
|
||||
|
@ -135,4 +135,4 @@ exports.level = {
|
|||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue