mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Resolves #915 -- update language about switch command
This commit is contained in:
parent
6f7bf6a39e
commit
c07d5a5c6a
1 changed files with 4 additions and 3 deletions
|
@ -119,9 +119,10 @@ exports.level = {
|
|||
"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 <a href=\"https://git-scm.com/docs/git-switch\" target=\"_blank\">learn more here</a>.* "
|
||||
"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 the `switch` command is still considered experimental and the syntax may change in the future. ",
|
||||
"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>.* "
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue