mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-22 19:55:03 +02:00
Merge pull request #27 from AdamBrodzinski/1_3_typo
Fixes typo in lesson 1.3 alert steps modal
This commit is contained in:
commit
6de164e6a9
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ exports.level = {
|
|||
"To complete this level, do the following steps:",
|
||||
"",
|
||||
"* Make a new branch called `bugFix`",
|
||||
"* Checkout the `bugFix` branch with `git checkout bugFix`",
|
||||
"* Commit once",
|
||||
"* Go back to `master` with `git checkout`",
|
||||
"* Commit another time",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue