将 GitHub 存储库同步到 Azure DevOps
我的 GitHub 组织帐户中有 2 个存储库: 说 Repo1
和 Repo2
。为了将这些引入 Azure DevOps
,我按照以下步骤操作:
- 我登录到
Azure DevOps
并创建了一个新项目。 - 在
项目设置
下,创建了一个新的GitHub连接
。 - 在
Repos
下,使用GitHub 克隆 URL
和PAT 身份验证
导入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:
- I signed into
Azure DevOps
and Created a new Project. - Under
Project Settings
, Created a newGitHub Connection
. - Under
Repos
, ImportedGit Repository
usingGitHub Clone URL
andPAT 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是正确的方法。导入仅创建一个副本。它不会自动使两者保持同步。
Yes, this is the correct way. Importing only creates a copy. It will not keep the two in sync automatically.