Skip to content

Commit

Permalink
Resolves #1128: make it clear that side should be the name of the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Feb 19, 2024
1 parent de070be commit 4f52fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levels/remote/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. I'll let you figure out the rest since this is the advanced course :P"
"Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. You should instead a branch named `side` which the level hint will show."
]
}
}
Expand Down

0 comments on commit 4f52fc5

Please sign in to comment.