Resolves #1128: make it clear that side should be the name of the branch

This commit is contained in:
Peter Cottle 2024-02-19 15:40:46 -05:00
parent de070be14e
commit 4f52fc5cb6

View file

@ -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."
]
}
}