-
Notifications
You must be signed in to change notification settings - Fork 362
Translate 09-git-and-other-scms import-tfs v2 #183
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
Translate 09-git-and-other-scms import-tfs v2 #183
Conversation
@@ -2,59 +2,59 @@ | |||
==== TFS | |||
|
|||
(((TFS)))(((Importing, from TFS))) | |||
If your team is converting their source control from TFVC to Git, you'll want the highest-fidelity conversion you can get. | |||
This means that, while we covered both git-tfs and git-tf for the interop section, we'll only be covering git-tfs for this part, because git-tfs supports branches, and this is prohibitively difficult using git-tf. | |||
如果你的团队正在将他们的源代码管理从 TFVC 转换为 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.
你们会想要最高程度的无损转换
@networm 完成 |
@IceNature 已按照意见修改。 |
Next you'll want to clean the `git-tfs-id` sections from the bottom of the commit messages. | ||
The following command will do that: | ||
接下来要从提交信息底部清理 `git-tfs-id` 区块。 | ||
下面的命令会处理: |
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.
下面的命令会完成它:
@networm 已审核完毕,并提出 2 个修改意见。 |
@Geno1024 已修正。 |
If your team is converting their source control from TFVC to Git, you'll want the highest-fidelity conversion you can get. | ||
This means that, while we covered both git-tfs and git-tf for the interop section, we'll only be covering git-tfs for this part, because git-tfs supports branches, and this is prohibitively difficult using git-tf. | ||
如果你的团队正在将他们的源代码管理从 TFVC 转换为 Git,你们会想要最高程度的无损转换。 | ||
这意味着,虽然我们在之前的交互章节介绍了 git-tfs 与 git-tf 两种工具,我们在本部分只能介绍 git-tfs,因为 git-tfs 支持分支,而使用 git-tf 代价太大。 |
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.
这意味着,虽然我们在之前的交互章节介绍了 git-tfs 与 git-tf 两种工具,但是我们在本部分只能介绍 git-tfs,因为 git-tfs 支持分支,而使用 git-tf 代价太大。
@networm 审校完成 |
@sanddudu 已修正。 |
Translate 09-git-and-other-scms import-tfs
@IceNature @Geno1024 @sanddudu 已合并入主干。 |
No description provided.