mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 12:44:44 +02:00
Fix typos
This commit is contained in:
parent
ab694efcbe
commit
99ea973497
1 changed files with 7 additions and 7 deletions
|
@ -255,7 +255,7 @@ exports.level = {
|
|||
"",
|
||||
"为了push新变更到远端,你要做的就是合并远端最新变更(使用rebase or merge). ",
|
||||
"",
|
||||
"所以你可以使用任意一种方法, 但为何何本节会聚焦于rebasing呢?为会不喜欢用merge 去合并remote呢?",
|
||||
"所以你可以使用任意一种方法, 但为何本节会聚焦于rebasing 呢?为何会不喜欢用merge 去合并remote 呢?",
|
||||
""
|
||||
]
|
||||
}
|
||||
|
@ -264,19 +264,19 @@ exports.level = {
|
|||
"type": "ModalAlert",
|
||||
"options": {
|
||||
"markdowns": [
|
||||
"在开发社区,有相当多的关于权衡的讨论。以下是关于rebasing的优点/缺点: ",
|
||||
"在开发社区,有相当多的关于权衡的讨论。以下是关于rebasing 的优点/缺点: ",
|
||||
"",
|
||||
"优点:",
|
||||
"",
|
||||
"* Rebase使你的提交树变得很干净, 所有的提交成了一条线: ",
|
||||
"* Rebase 使你的提交树变得很干净, 所有的提交成了一条线: ",
|
||||
"",
|
||||
"缺点:",
|
||||
"",
|
||||
"* Rebase修改的提交树的父历史",
|
||||
"* Rebase 修改的提交树的父历史",
|
||||
"",
|
||||
"比如, 提交C1 可以被修订到跃过C3. 这看起来C1 是在C3 之后 (而实际上可能在C3之前) ",
|
||||
"比如, 提交C1 可以被修订到跃过C3。这看起来C1 是在C3 之后 (而实际上可能在C3之前) ",
|
||||
"",
|
||||
"一些开发者喜欢保留提交历史,更偏爱merging。而其它的人而喜欢拥有更干净的提交树,偏爱rebasing. 这些都依赖于自己的偏爱. :D"
|
||||
"一些开发者喜欢保留提交历史,更偏爱merging。而其它的人而喜欢拥有更干净的提交树,偏爱rebasing。这些都依赖于自己的偏爱. :D"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -284,7 +284,7 @@ exports.level = {
|
|||
"type": "ModalAlert",
|
||||
"options": {
|
||||
"markdowns": [
|
||||
"本节, 我们要解决前面的单元问题,但是要用merging。 这显得有点那个啥的,但这只是为了更好的说明这一点。 "
|
||||
"本节,我们要解决前面的单元问题,但是要用merging。这显得有点那啥了,但这只是为了更好的说明这一点。 "
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue