mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-06 20:54:27 +02:00
Resolves #291 clarify o/ prefix
This commit is contained in:
parent
d805d75ffd
commit
0a1f3510af
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@ exports.level = {
|
||||||
"type": "ModalAlert",
|
"type": "ModalAlert",
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"Ok, for this level let's update both `foo` and `master` on the remote. The twist is that `git checkout` is disabled for this level!"
|
"Ok, for this level let's update both `foo` and `master` on the remote. The twist is that `git checkout` is disabled for this level!",
|
||||||
|
"",
|
||||||
|
"*Note: The remote branches are labeled with `o/` prefixes because the full `origin/` label does not fit in our UI. Don't worry ",
|
||||||
|
"about this... simply use `origin` as the name of the remote like normal.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue