-
Notifications
You must be signed in to change notification settings - Fork 362
Translate A-git-in-other-environments visualstudio #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Starting with Visual Studio 2013 Update 1, Visual Studio users have a Git client built directly into their IDE. | ||
Visual Studio has had source-control integration features for quite some time, but they were oriented towards centralized, file-locking systems, and Git was not a good match for this workflow. | ||
Visual Studio 2013's Git support has been separated from this older feature, and the result is a much better fit between Studio and Git. | ||
从Visual Studio 2013 Update 1版本开始,Visual Studio用户可以在他们的IDE直接使用内嵌的Git客户端。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文两侧应该添加空格,下同
|
||
.Connecting to a Git repository from Team Explorer. | ||
image::images/vs-1.png[Connecting to a Git repository from Team Explorer.] | ||
。从 Team Explorer 中连接 Git 代码库。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-. 这里的句点是 markdown 语法,会生成一个连接,而后面的句点是英文的句号。所以这里的翻译应保留第一个句点,翻译最后一个句点。下同
@devbean 现在这样对不对呢? |
5d9ae2f
to
bad6ef5
Compare
@@ -1,25 +1,25 @@ | |||
=== Git in Visual Studio |
Visual Studio 2013's Git support has been separated from this older feature, and the result is a much better fit between Studio and Git. | ||
从 Visual Studio 2013 Update 1 版本开始, Visual Studio 用户可以在他们的 IDE 直接使用内嵌的 Git 客户端。 | ||
Visual Studio 集成源代码版本控制这一特性已经有很长一段时间,但面向的是集中式、文件锁定方式的系统, Git 并不能很好的符合他们的工作流。 | ||
Visual Studio 2013 中已经支持 Git ,并独立于原有版本管理系统,其结果是让 Visual Studio 和 Git 能更好地相互适应。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这使得 Visual Studio 和 Git 能更好地相互适应。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visual Studio 2013 已经支持 Git,……
并且,根据 翻译约定 ,……支持 Git ,并……
中 Git
后面的空格要删去。
Starting with Visual Studio 2013 Update 1, Visual Studio users have a Git client built directly into their IDE. | ||
Visual Studio has had source-control integration features for quite some time, but they were oriented towards centralized, file-locking systems, and Git was not a good match for this workflow. | ||
Visual Studio 2013's Git support has been separated from this older feature, and the result is a much better fit between Studio and Git. | ||
从 Visual Studio 2013 Update 1 版本开始, Visual Studio 用户可以在他们的 IDE 直接使用内嵌的 Git 客户端。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“开始”的逗号后面的空格要删掉,根据翻译约定 。
It includes a linear history view, a diff viewer, remote commands, and many other capabilities. | ||
For complete documentation of this feature (which doesn't fit here), go to http://msdn.microsoft.com/en-us/library/hh850437.aspx[]. | ||
Visual Studio 现在拥有一套强大的着眼于任务的 Git 操作界面。 | ||
它包括线性的历史视图、diff 视图、远程仓库操作命令、以及其它很多功能。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以及
前面的顿号应该改成逗号。
@liwenzhuo 已审核完毕,并提出 4 个修改意见。 |
@liwenzhuo 请及时修正,另外,请加入 QQ 群:ProGit 2nd 翻译审校 463550926 |
鉴于译者 @liwenzhuo 长期无法联系到来修正本节,本 PR 的后续修订工作转移到 #235 继续进行,请周知。 |
Translate A-git-in-other-environments visualstudio (Originally #80)
No description provided.