mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
change link with attribute target="_ blank"
This commit is contained in:
parent
8399ff4d10
commit
94f0a131ae
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ exports.level = {
|
||||||
"*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 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 ",
|
"`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).* "
|
"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>.* "
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue