Browsing all of your projects
You can browse all of your projects, regardless of where they are located. You can see the projects you have recently viewed and the projects you have created, and apply your own filters.
-
In the top left of any page, click to open the global navigation menu.
-
In the menu, click Projects.
-
(可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法。
-
单击要打开的项目的名称。
Finding an organization's projects
You can view and filter all the projects owned by an organization that you have access to.
-
在 GitHub 的右上角,选择个人资料照片,然后单击“ 你的组织”****。
-
单击您的组织名称。
-
Under the organization name, click Projects.
-
(可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法。
-
单击要打开的项目的名称。
Finding projects owned by your personal account
You can view and filter projects that you have created under your personal account.
-
在 GitHub 的右上角,单击个人资料照片,然后单击“你的个人资料”。
-
On your profile, click Projects.
-
(可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法。
-
单击要打开的项目的名称。
Finding projects linked to a repository
Repositories can be linked to organization-level and user-level projects. You can browse and filter the projects that are linked to a specific repository. For more information on linking projects to a repository, see 将 project 添加到存储库.
-
On GitHub, navigate to the main page of your repository.
-
Click Projects.
-
(可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法。
-
单击要打开的项目的名称。
Finding projects linked to a team
You can also link a project to specific teams in an organization and then browse and filter the projects that are associated with a particular team. For more information on linking projects, see 将 project 添加到团队.
-
在 GitHub 的右上角,选择个人资料照片,然后单击“ 你的组织”****。
-
单击您的组织名称。
-
在组织名称下,单击 “团队”。
-
单击团队的名称。
-
Click Projects.
-
(可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法。
-
单击要打开的项目的名称。
Syntax for filtering a list of projects
You can combine filters and even search project titles by including text. For example, is:open creator:octocat game
will return open projects, created by the @octocat user, with the word "game" in the project title. You can use the search qualifiers in the following table to narrow down your search for a project.
Qualifier | Explanation |
---|---|
is:open | Returns projects that are currently open. |
is:closed | Returns projects that are currently closed. |
is:template | Returns projects that are marked as a template. |
is:private | Returns projects are set to private visibility. |
is:public | Returns projects are set to public visibility. |
creator:USERNAME | Returns projects created by USERNAME. For example, creator:octocat will return projects created by @octocat. |
You can also change how the projects are ordered.
Qualifier | Explanation |
---|---|
sort:title-asc | Sort by project title. |
sort:updated-asc or sort:updated-desc | Sort by when the project was last updated. |
sort:created-asc or sort:created-desc | Sort by when the project was created. |