mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-02 02:34:26 +02:00
fix some typo in zh_CN translation
This commit is contained in:
parent
6dc6d0c454
commit
0cd12e11cf
7 changed files with 11 additions and 11 deletions
|
@ -521,9 +521,9 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Git fetch arguments",
|
||||
"",
|
||||
"我们刚学习了git push的参数, 特别是`<place>`参数, 更特别的冒号分隔(`<source>:<destination>`). 这写参数可以用于`git fetch`吗?",
|
||||
"我们刚学习了git push的参数, 特别是`<place>`参数, 更特别的冒号分隔(`<source>:<destination>`). 这些参数可以用于`git fetch`吗?",
|
||||
"",
|
||||
"你猜中了! git fetch的参数和git push相当相似. 都是相同的概念, 但是相反相反(因为现在你是下载 而非上传) ",
|
||||
"你猜中了! git fetch的参数和git push相当相似. 都是相同的概念, 但是方向相反(因为现在你是下载 而非上传)",
|
||||
"",
|
||||
"我们过一个概念.."
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue