将 GitHub 个存储库同步到 Azure DevOps
Sync GitHub Repositories into Azure DevOps
我的 GitHub 组织帐户中有 2 个存储库:
说 Repo1
和 Repo2
。为了将这些带入 Azure DevOps
,我遵循了以下步骤:
- 我登录
Azure DevOps
并创建了一个新项目。
- 在
Project Settings
下,创建了一个新的 GitHub Connection
。
- 在
Repos
下,使用 GitHub Clone URL
和 PAT Authentication
导入 Git Repository
。
有了这个,我可以看到我的 GitHub repositories
被克隆到 Azure DevOps GIT
中。但是他们之间没有同步。
如果我在 Azure DevOps GIT
中创建 Repo1
的新分支,则它不会反映在 GitHub
中。类似地,如果我在 GitHub
中创建 Repo1
的新分支,那么它不会反映在 Azure DevOps GIT
.
中
从GitHub
导入到Azure DevOps GIT
是正确的方法吗?我在这里错过了什么吗?请指导我。
Is it the right way of Importing from GitHub to Azure DevOps GIT?
是的,这是正确的方法。导入只会创建一个副本。它不会自动保持两者同步。
我的 GitHub 组织帐户中有 2 个存储库:
说 Repo1
和 Repo2
。为了将这些带入 Azure DevOps
,我遵循了以下步骤:
- 我登录
Azure DevOps
并创建了一个新项目。 - 在
Project Settings
下,创建了一个新的GitHub Connection
。 - 在
Repos
下,使用GitHub Clone URL
和PAT Authentication
导入Git Repository
。
有了这个,我可以看到我的 GitHub repositories
被克隆到 Azure DevOps GIT
中。但是他们之间没有同步。
如果我在 Azure DevOps GIT
中创建 Repo1
的新分支,则它不会反映在 GitHub
中。类似地,如果我在 GitHub
中创建 Repo1
的新分支,那么它不会反映在 Azure DevOps GIT
.
从GitHub
导入到Azure DevOps GIT
是正确的方法吗?我在这里错过了什么吗?请指导我。
Is it the right way of Importing from GitHub to Azure DevOps GIT?
是的,这是正确的方法。导入只会创建一个副本。它不会自动保持两者同步。