Resolves #291 clarify o/ prefix

This commit is contained in:
Peter Cottle 2015-06-09 11:17:30 -07:00
parent d805d75ffd
commit 0a1f3510af

View file

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