mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 10:14:28 +02:00
Resolves #246 teach -b option
This commit is contained in:
parent
9e0c2e1403
commit
81d372f1ae
1 changed files with 5 additions and 1 deletions
|
@ -103,7 +103,11 @@ exports.level = {
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"Ok! You are all ready to get branching. Once this window closes,",
|
"Ok! You are all ready to get branching. Once this window closes,",
|
||||||
"make a new branch named `bugFix` and switch to that branch"
|
"make a new branch named `bugFix` and switch to that branch.",
|
||||||
|
"",
|
||||||
|
"By the way here here's a shortcut: if you want to create a new ",
|
||||||
|
"branch AND check it out at the same time, you can simply ",
|
||||||
|
"type `git checkout -b [yourbranchname]`."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue