mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
Update interactiveRebase.js
Modify zh_CN translation
This commit is contained in:
parent
1886ee4212
commit
2b4046c3e4
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"## 交互式的 rebase",
|
"## 交互式的 rebase",
|
||||||
"",
|
"",
|
||||||
"当你你知道你所需要的提交记录(**并且**还知道这些提交记录的哈希值)时, 用 cherry-pick 再好不过了 —— 没有比这更简单的方式了。",
|
"当你知道你所需要的提交记录(**并且**还知道这些提交记录的哈希值)时, 用 cherry-pick 再好不过了 —— 没有比这更简单的方式了。",
|
||||||
"",
|
"",
|
||||||
"但是如果你不清楚你想要的提交记录的哈希值呢? 幸好 Git 帮你想到了这一点, 我们可以利用交互式的 rebase —— 如果你想从一系列的提交记录中找到想要的记录, 这就是最好的方法了",
|
"但是如果你不清楚你想要的提交记录的哈希值呢? 幸好 Git 帮你想到了这一点, 我们可以利用交互式的 rebase —— 如果你想从一系列的提交记录中找到想要的记录, 这就是最好的方法了",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue