title | intro | allowTitleToDifferFromFilename | versions | type | topics | |||
---|---|---|---|---|---|---|---|---|
Finding your {% data variables.projects.projects_v2 %} |
Learn how to locate projects in your account, organizations, repositories, and teams. |
true |
|
overview |
|
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 {% octicon "three-bars" aria-label="Open global navigation menu" %} to open the global navigation menu.
- In the menu, click {% octicon "table" aria-hidden="true" %} Projects. {% data reusables.projects.index-select %}
You can view and filter all the projects owned by an organization that you have access to.
{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %}
- Under the organization name, click {% octicon "table" aria-hidden="true" %} Projects. {% data reusables.projects.index-select %}
You can view and filter projects that you have created under your personal account.
{% data reusables.profile.access_profile %}
- On your profile, click {% octicon "table" aria-hidden="true" %} Projects. {% data reusables.projects.index-select %}
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 "AUTOTITLE."
-
On {% data variables.product.prodname_dotcom %}, navigate to the main page of your repository.
-
Click {% octicon "table" aria-hidden="true" %} Projects.
{% data reusables.projects.index-select %}
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 "AUTOTITLE."
{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.specific_team %}
{% data reusables.projects.index-select %}
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. |