mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Resolves #750 -- reference git switch
This commit is contained in:
parent
e4f3194724
commit
550c2f056a
1 changed files with 11 additions and 0 deletions
|
@ -110,6 +110,17 @@ exports.level = {
|
||||||
"beforeCommand": "git branch newImage"
|
"beforeCommand": "git branch newImage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "ModalAlert",
|
||||||
|
"options": {
|
||||||
|
"markdowns": [
|
||||||
|
"*Note: In Git version 2.23, a new command called `git switch` was introduced to eventually replace `git checkout`, ",
|
||||||
|
"which is somewhat overloaded as a command (it does a bunch of separate things). The lessons here will still use ",
|
||||||
|
"`checkout` instead of `switch` because most people won't have access to `switch` yet, but support for the new command ",
|
||||||
|
"works in the app if you want to try it out! You can [learn more here](https://git-scm.com/docs/git-switch).* "
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "ModalAlert",
|
"type": "ModalAlert",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue