From 69014981bca025d69d1d1204124ec2ceed8b6ae2 Mon Sep 17 00:00:00 2001 From: waylau Date: Wed, 10 Dec 2014 11:24:56 +0800 Subject: [PATCH] =?UTF-8?q?add=20=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Making a public repository private 开放库转为私有.md | 2 ++ ...isibility 当库删除或者改变了可见性,其 fork 发生了什么.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md diff --git a/Making a public repository private 开放库转为私有.md b/Making a public repository private 开放库转为私有.md index 4105ffe..9856271 100644 --- a/Making a public repository private 开放库转为私有.md +++ b/Making a public repository private 开放库转为私有.md @@ -1,6 +1,8 @@ Making a public repository private 开放库转为私有 =========== +将设你是付费用户,可以让开放库转为私有。 +*提示:如果你是免费的用户计划,或没有私有库可用,您将需要在切换库之前升级。* *参考*:[https://help.github.com/articles/making-a-public-repository-private/](https://help.github.com/articles/making-a-public-repository-private/) 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 new file mode 100644 index 0000000..be679da --- /dev/null +++ b/What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么.md @@ -0,0 +1,6 @@ +What happens to forks when a repository is deleted or changes visibility 当库删除或者改变了可见性,其 fork 发生了什么 +=========== + + + +参考:[https://help.github.com/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility/#changing-a-public-repository-to-a-private-repository](https://help.github.com/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility/#changing-a-public-repository-to-a-private-repository)