复刻仓库类似于复制仓库,主要有两点差异:
- You can use a pull request to suggest changes from your user-owned fork to the original repository in its GitHub instance, also known as the upstream repository.
- 您可以通过同步复刻与上游仓库,将更改从上游仓库提交到本地复刻。
您可以将仓库复刻到您的用户帐户或具有仓库创建权限的任何组织。 更多信息请参阅“组织中的角色”。
如果您可以访问私有仓库且所有者允许复刻,则您可以将该仓库复刻到您的用户帐户或者 your GitHub Enterprise Server instance 上您具有仓库创建权限的任何组织。
您可以使用 GitHub Desktop 复刻仓库。 更多信息请参阅“从 GitHub Desktop 克隆和复刻仓库”。
� 除复刻不会� 除原始上游仓库。 您可以对复刻执行所需的任何更改—添� 协作者、重命名文件、生成 GitHub Pages—不会影响原始仓库。
在开源项目中,复刻常用于迭代想法或更改,然后将其提交回上游仓库。 When you make changes in your user-owned fork and open a pull request that compares your work to the upstream repository, you can give anyone with push access to the upstream repository permission to push changes to your pull request branch (including deleting the branch). 这可� 速协作,让仓库维护员在合并之前于本地从用户拥有的复刻对拉取请求进行提交或运行测试。 不可向组织拥有的复刻授予推送权限。
私有复刻继承上游或父仓库的权限结构。 这有助于私有仓库的所有者保持对其代� �的控制。 例如,如果上游仓库是私有的,并授予团队读/写访问权限,则同一团队对该私有上游仓库的任何复刻拥有读/写权限。 Only team permissions (not individual permissions) are inherited by private forks.
If you want to create a new repository from the contents of an existing repository but don't want to merge your changes to the upstream in the future, you can duplicate the repository or, if the repository is a template, you can use the repository as a template. 更多信息请参阅“复制仓库”和“从模板创建仓库”。