将 GitHub 存储库同步到 Azure DevOps

发布于 2025-01-09 19:38:19 字数 703 浏览 1 评论 0原文

我的 GitHub 组织帐户中有 2 个存储库: 说 Repo1Repo2。为了将这些引入 Azure DevOps,我按照以下步骤操作:

  1. 我登录到 Azure DevOps 并创建了一个新项目。
  2. 项目设置下,创建了一个新的GitHub连接
  3. Repos 下,使用 GitHub 克隆 URLPAT 身份验证 导入 Git 存储库

这样,我就可以看到我的 GitHub 存储库 克隆到 Azure DevOps GIT 中。但它们之间没有同步。

如果我在 Azure DevOps GIT 中创建 Repo1 的新分支,那么它不会反映在 GitHub 中。类似地,如果我在 GitHub 中创建 Repo1 的新分支,那么它不会反映在 Azure DevOps GIT 中。

这是从 GitHub 导入到 Azure DevOps GIT 的正确方法吗?我在这里错过了什么吗?请指导我。

I have 2 Repositories in my GitHub Organization Account:
Say Repo1 and Repo2. In order to bring these into Azure DevOps, I followed the below steps:

  1. I signed into Azure DevOps and Created a new Project.
  2. Under Project Settings, Created a new GitHub Connection.
  3. Under Repos, Imported Git Repository using GitHub Clone URL and PAT Authentication.

With this, I'm able to see my GitHub repositories cloned into Azure DevOps GIT. But there is no sync between them.

If I create a new Branch of Repo1 in Azure DevOps GIT then it's not reflecting in GitHub. Similary, If I create a new Branch of Repo1 in GitHub then it's not reflecting in Azure DevOps GIT.

Is it the right way of Importing from GitHub to Azure DevOps GIT? Am I missing something here? Please guide me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北斗星光 2025-01-16 19:38:19

这是从 GitHub 导入到 Azure DevOps GIT 的正确方法吗?

是的,这是正确的方法。导入仅创建一个副本。它不会自动使两者保持同步。

Is it the right way of Importing from GitHub to Azure DevOps GIT?

Yes, this is the correct way. Importing only creates a copy. It will not keep the two in sync automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文