mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
Merge pull request #437 from andylizi/master
Fix typo in Chinese translation
This commit is contained in:
commit
b4372ea12b
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"要在心理牢记 cherry-pick 可以将提交树上任何地方的提交记录取过来追加到 HEAD 上(只要不是 HEAD 上游的提交就没问题)。",
|
||||
"要在心里牢记 cherry-pick 可以将提交树上任何地方的提交记录取过来追加到 HEAD 上(只要不是 HEAD 上游的提交就没问题)。",
|
||||
"",
|
||||
"来看看这个例子:"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue