From 9e2b3f5f01021374118f0452948ec899855fee8f Mon Sep 17 00:00:00 2001 From: wandy Date: Thu, 17 May 2018 20:08:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=20What=20happens=20to=20forks=20when=20a?= =?UTF-8?q?=20repository=20is=20deleted=20or=20changes=20visibility=20?= =?UTF-8?q?=E5=BD=93=E5=BA=93=E5=88=A0=E9=99=A4=E6=88=96=E8=80=85=E6=94=B9?= =?UTF-8?q?=E5=8F=98=E4=BA=86=E5=8F=AF=E8=A7=81=E6=80=A7,=E5=85=B6=20fork?= =?UTF-8?q?=20=E5=8F=91=E7=94=9F=E4=BA=86=E4=BB=80=E4=B9=88.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了标题部分markdown语法的错误,少了空格 --- ...lity 当库删除或者改变了可见性,其 fork 发生了什么.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md b/What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md index 02a68f9..3f780d4 100644 --- a/What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md +++ b/What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md @@ -3,21 +3,21 @@ What happens to forks when a repository is deleted or changes visibility 当库 本文介绍了删除你的库或改变其可见性对于这个库的 fork 们的影响。 -##Deleting a private repository 删除私人库 +## Deleting a private repository 删除私人库 当删除私人库,其私人 fork 也都删除 -##Deleting a public repository 删除公开库 +## Deleting a public repository 删除公开库 你删除一个公开库时,一个现有的公开 fork 被选为新的父库。所有其他库都会是这个父库的 fork,随后的请求发到到这个新的父库。 换句话说,一个公开库的 fork 将保持在自己单独的库网络是公开的,即使父库是私有的。这允许 fork 业主们继续合作无间。如果公开 fork 不进入这样一个单独的网络,这些 fork 业主需要得到适当的访问权限来提交变化和请求到(现在是私人)父库,即使在之前他们并不需要这些权限。 -###Deleting the private repository 删除私人库 +### Deleting the private repository 删除私人库 如果一个公开库是私有的,然后删除,其公共 fork 将继续在一个单独的网络存在。 -##Changing a private repository to a public repository 将私人库转为公开 +## Changing a private repository to a public repository 将私人库转为公开 如果一个私人库变为公开的,它的每一个私有 fork 变成一个独立的私人仓库,并成为自己的新库母网络。私人 fork 不会自动公开,因为他们可能包含敏感的提交,不应该公开暴露。 @@ -25,7 +25,7 @@ What happens to forks when a repository is deleted or changes visibility 当库 更多关于当库被锁时发生了什么,请参见“[https://github.com/waylau/github-help/blob/master/What%20happens%20if%20my%20repository%20is%20locked%20%E5%BD%93%E5%BA%93%E9%94%81%E4%BD%8F%E6%97%B6%E5%8F%91%E7%94%9F%E4%BA%86%E5%95%A5.md](https://github.com/waylau/github-help/blob/master/What%20happens%20if%20my%20repository%20is%20locked%20%E5%BD%93%E5%BA%93%E9%94%81%E4%BD%8F%E6%97%B6%E5%8F%91%E7%94%9F%E4%BA%86%E5%95%A5.md)” -###Deleting the public repository 删除公开库 +### Deleting the public repository 删除公开库 如果一个私有库转为公开的,然后删除,其私人 fork 将继续作为独立的私人库在单独的网络存在