Skip to main content

Finding your projects

Learn how to locate projects in your account, organizations, repositories, and teams.

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.

  1. In the top left of any page, click to open the global navigation menu.

  2. In the menu, click Projects.

  3. (可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法

    团队的主页的屏幕截图。 在水平导航栏中,“项目”选项卡以深橙色标出。

  4. 单击要打开的项目的名称。

Finding an organization's projects

You can view and filter all the projects owned by an organization that you have access to.

  1. 在 GitHub 的右上角,选择个人资料照片,然后单击“ 你的组织”****。

  2. 单击您的组织名称。

  3. Under the organization name, click Projects.

  4. (可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法

    团队的主页的屏幕截图。 在水平导航栏中,“项目”选项卡以深橙色标出。

  5. 单击要打开的项目的名称。

Finding projects owned by your personal account

You can view and filter projects that you have created under your personal account.

  1. 在 GitHub 的右上角,单击个人资料照片,然后单击“你的个人资料”。

    @octocat 的个人资料图片下的下拉菜单的屏幕截图。 “你的个人资料”用深橙色框出。

  2. On your profile, click Projects.

  3. (可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法

    团队的主页的屏幕截图。 在水平导航栏中,“项目”选项卡以深橙色标出。

  4. 单击要打开的项目的名称。

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 添加到存储库.

  1. On GitHub, navigate to the main page of your repository.

  2. Click Projects.

    Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.

  3. (可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法

    团队的主页的屏幕截图。 在水平导航栏中,“项目”选项卡以深橙色标出。

  4. 单击要打开的项目的名称。

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 添加到团队.

  1. 在 GitHub 的右上角,选择个人资料照片,然后单击“ 你的组织”****。

  2. 单击您的组织名称。

  3. 在组织名称下,单击 “团队”。

    组织的水平导航栏的屏幕截图。 标有人员图标和“团队”的选项卡以深橙色框出。

  4. 单击团队的名称。

  5. Click Projects.

    Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.

  6. (可选)在项目列表上方的文本框中输入筛选器以选择显示的项目。 有关筛选语法的详细信息,请参阅本文中的筛选项目列表的语法

    团队的主页的屏幕截图。 在水平导航栏中,“项目”选项卡以深橙色标出。

  7. 单击要打开的项目的名称。

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.

QualifierExplanation
is:openReturns projects that are currently open.
is:closedReturns projects that are currently closed.
is:templateReturns projects that are marked as a template.
is:privateReturns projects are set to private visibility.
is:publicReturns projects are set to public visibility.
creator:USERNAMEReturns projects created by USERNAME. For example, creator:octocat will return projects created by @octocat.

You can also change how the projects are ordered.

QualifierExplanation
sort:title-ascSort by project title.
sort:updated-asc or sort:updated-descSort by when the project was last updated.
sort:created-asc or sort:created-descSort by when the project was created.