Skip to content

修正有歧义的句子#374

Merged
networm merged 1 commit intomasterfrom
unknown repository
May 3, 2019
Merged

修正有歧义的句子#374
networm merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Apr 30, 2019

#373
原文是: If you run a git push and your current branch is tracking origin/master, the commits listed by git log origin/master..HEAD are the commits that will be transferred to the server.,意思是运行 git push 命令时推送到远程服务器的提交,和运行 git log origin/master..HEAD 命令输出的提交是相同的。

而原译文中是: 如果你执行 git push 并且你的当前分支正在跟踪 origin/master,由 git log origin/master..HEAD 所输出的提交会被传输到远端服务器。,这句意思是运行 git log origin/master..HEAD 所输出的提交会被传输到远端服务器。

原译文该句子有极大歧义,会误导读者。

原文是: `If you run a git push and your current branch is tracking origin/master, the commits listed by git log origin/master..HEAD are the commits that will be transferred to the server.`,意思是运行 `git push` 命令时推送到远程服务器的提交,和运行 `git log origin/master..HEAD` 命令输出的提交是相同的。
而原译文中是: `如果你执行 git push 并且你的当前分支正在跟踪 origin/master,由 git log origin/master..HEAD 所输出的提交会被传输到远端服务器。`,这句意思是运行 `git log origin/master..HEAD` 所输出的提交会被传输到远端服务器。
所以原译文该句子有极大歧义,会误导读者。
@networm networm merged commit b9fd1f3 into progit:master May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments