github 存储库可以属于多个组织吗?
Can a github repository be part of multiple organizations?
在 GitHub,一个用户可以属于多个组织。一个存储库是否也可以成为多个组织的一部分?
根据this blog post by GitHub,一个仓库只能属于一个组织。
Creating an organization helps you centralize your organization’s code. All repositories live under the organization, and billing goes through a central organization account.
您可以将一个组织的存储库分叉到另一个组织的 space,但原始存储库只属于一个组织。
在 GitHub,一个用户可以属于多个组织。一个存储库是否也可以成为多个组织的一部分?
根据this blog post by GitHub,一个仓库只能属于一个组织。
Creating an organization helps you centralize your organization’s code. All repositories live under the organization, and billing goes through a central organization account.
您可以将一个组织的存储库分叉到另一个组织的 space,但原始存储库只属于一个组织。