mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
Update src/levels/intro/4.js
Fixed minor typo in instructions.
This commit is contained in:
parent
f96b6b45c0
commit
b42400c0c8
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