mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 00:00:59 +02:00
Fix Chinese translation.
This commit is contained in:
parent
0bec45844c
commit
93e7e9eb3e
9 changed files with 17 additions and 17 deletions
|
@ -964,7 +964,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"“如果我们指定 `<source>:<destination>` 会发生什么呢?”",
|
||||
"",
|
||||
"如果你觉得直接更新本地分支很爽,那你就用冒号分隔的 refspec 吧。不过,你不能在当前检出的分支上干这个事,但是其它分支是可以的。",
|
||||
"如果你觉得直接更新本地分支很爽,那你就用冒号分隔的 refspec 吧。不过,你不能在当前切换的分支上干这个事,但是其它分支是可以的。",
|
||||
"",
|
||||
"这里有一点是需要注意的 —— `source` 现在指的是远程仓库中的位置,而 `<destination>` 才是要放置提交的本地仓库的位置。它与 git push 刚好相反,这是可以讲的通的,因为我们在往相反的方向传送数据。",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue