mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 18:24:28 +02:00
Fixed typo
This commit is contained in:
parent
8f7b086c7e
commit
d7211a80f3
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"你也可以 `HEAD` 把用作相对引用。以下命令使用 `HEAD` 在提交树中向上移动几次。"
|
||||
"你也可以把 `HEAD` 用作相对引用。以下命令使用 `HEAD` 在提交树中向上移动几次。"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"简单!我们可以一直使用 `HEAD^` 向上移动。"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue