From ef9e1cbfead3fd8f839031edfae0b4c92a1e921e Mon Sep 17 00:00:00 2001 From: waylau Date: Sat, 29 Nov 2014 08:26:14 +0800 Subject: [PATCH] add --- ...rators to a personal repository 添加合作者到个人的库.md | 6 ++++++ Deleting a repository 删除库.md | 6 ++++++ Making a private repository public 私人库转为公开.md | 6 ++++++ Making a public repository private 开放库转为私有.md | 6 ++++++ ...evels for a user account repository 用户库的权限级别.md | 7 +++++-- 5 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 Adding collaborators to a personal repository 添加合作者到个人的库.md create mode 100644 Deleting a repository 删除库.md create mode 100644 Making a private repository public 私人库转为公开.md create mode 100644 Making a public repository private 开放库转为私有.md diff --git a/Adding collaborators to a personal repository 添加合作者到个人的库.md b/Adding collaborators to a personal repository 添加合作者到个人的库.md new file mode 100644 index 0000000..8f56630 --- /dev/null +++ b/Adding collaborators to a personal repository 添加合作者到个人的库.md @@ -0,0 +1,6 @@ +Adding collaborators to a personal repository 添加合作者到个人的库 +=========== + + + +*参考*:[https://help.github.com/articles/adding-collaborators-to-a-personal-repository/](https://help.github.com/articles/adding-collaborators-to-a-personal-repository/) diff --git a/Deleting a repository 删除库.md b/Deleting a repository 删除库.md new file mode 100644 index 0000000..b0d6172 --- /dev/null +++ b/Deleting a repository 删除库.md @@ -0,0 +1,6 @@ +Deleting a repository 删除库 +=========== + + + +*参考*:[https://help.github.com/articles/deleting-a-repository/](https://help.github.com/articles/deleting-a-repository/) \ No newline at end of file diff --git a/Making a private repository public 私人库转为公开.md b/Making a private repository public 私人库转为公开.md new file mode 100644 index 0000000..4cfc7ca --- /dev/null +++ b/Making a private repository public 私人库转为公开.md @@ -0,0 +1,6 @@ +Making a private repository public 私人库转为公开 +=========== + + + +*参考*:[https://help.github.com/articles/making-a-private-repository-public/](https://help.github.com/articles/making-a-private-repository-public/) \ No newline at end of file diff --git a/Making a public repository private 开放库转为私有.md b/Making a public repository private 开放库转为私有.md new file mode 100644 index 0000000..4105ffe --- /dev/null +++ b/Making a public repository private 开放库转为私有.md @@ -0,0 +1,6 @@ +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/Permission levels for a user account repository 用户库的权限级别.md b/Permission levels for a user account repository 用户库的权限级别.md index 99d37e2..52418e0 100644 --- a/Permission levels for a user account repository 用户库的权限级别.md +++ b/Permission levels for a user account repository 用户库的权限级别.md @@ -6,16 +6,19 @@ Permission levels for a user account repository 用户库的权限级别 *提示:如果你想要更多的读写权限,可以考虑将库转成[组织]()。更多信息参阅[如何转换库]()* -Owner access on a repository owned by a user account +##Owner access on a repository owned by a user account 用户帐户拥有者对库的访问 The repository owner has full control of the repository. In addition to all the permissions allowed by repository collaborators, the repository owner can: +库拥有者对库拥有完全的控制权,除了合作者允许的所有权限外,库的所有者可以: + +* 添加 [合作者]() Add collaborators Change the visibility of the repository (from public to private, or from private to public) Delete the repository There is only one owner of a repository owned by a user account; this permission cannot be shared with another user account. To transfer ownership of a repository to another user, see "How to transfer a repository." -Collaborator access on a repository owned by a user account +##Collaborator access on a repository owned by a user account Collaborators on a private repository can: