mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
Merge pull request #224 from zhyu/fix-zh_CN-typo
fix typo in zh_CN translate
This commit is contained in:
commit
59ac8fcadf
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ exports.level = {
|
||||||
"type": "ModalAlert",
|
"type": "ModalAlert",
|
||||||
"options": {
|
"options": {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"想完成此关,执行收下操作:",
|
"想完成此关,执行以下操作:",
|
||||||
"",
|
"",
|
||||||
"* 创建新分支 `bugFix` ",
|
"* 创建新分支 `bugFix` ",
|
||||||
"* 用 `git checkout bugFix` 切换到 `bugFix`分支",
|
"* 用 `git checkout bugFix` 切换到 `bugFix`分支",
|
||||||
|
|
|
@ -380,7 +380,7 @@ exports.level = {
|
||||||
"beforeMarkdowns": [
|
"beforeMarkdowns": [
|
||||||
"这里,还是有两个分支;注意当前分支是 bugFix(看那颗星)",
|
"这里,还是有两个分支;注意当前分支是 bugFix(看那颗星)",
|
||||||
"",
|
"",
|
||||||
"我们想要把 bugfix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。",
|
"我们想要把 bugFix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。",
|
||||||
"",
|
"",
|
||||||
"用 `git rebase`实现此目标"
|
"用 `git rebase`实现此目标"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue