Resolves #915 -- update language about switch command

This commit is contained in:
Peter Cottle 2022-03-01 09:09:20 -07:00
parent 6f7bf6a39e
commit c07d5a5c6a

View file

@ -119,9 +119,10 @@ exports.level = {
"options": { "options": {
"markdowns": [ "markdowns": [
"*Note: In Git version 2.23, a new command called `git switch` was introduced to eventually replace `git checkout`, ", "*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 ", "which is somewhat overloaded (it does a bunch of different things depending on the arguments). 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 ", "`checkout` instead of `switch` because the `switch` command is still considered experimental and the syntax may change in the future. ",
"works in the app if you want to try it out! You can <a href=\"https://git-scm.com/docs/git-switch\" target=\"_blank\">learn more here</a>.* " "However you can still try out the new `switch` command in this application, and also ",
"<a href=\"https://git-scm.com/docs/git-switch\" target=\"_blank\">learn more here</a>.* "
] ]
} }
}, },