Resolves #750 -- reference git switch

This commit is contained in:
Peter Cottle 2020-11-05 08:58:27 -07:00
parent e4f3194724
commit 550c2f056a

View file

@ -110,6 +110,17 @@ exports.level = {
"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",
"options": {