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