mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 04:34:34 +02:00
Merge pull request #34 from CameronWills/patch-1
Update src/levels/intro/4.js
This commit is contained in:
commit
06ca6b372a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ exports.level = {
|
|||
"beforeMarkdowns": [
|
||||
"Here we have two branches yet again; note that the bugFix branch is currently selected (note the asterisk)",
|
||||
"",
|
||||
"We would like to move our work from bugFix directly onto the work from master. That way it woud look like these two features were developed sequentially, when in reality they were developed in parallel.",
|
||||
"We would like to move our work from bugFix directly onto the work from master. That way it would look like these two features were developed sequentially, when in reality they were developed in parallel.",
|
||||
"",
|
||||
"Let's do that with the `git rebase` command"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue