Skip to main content

Finding your 프로젝트

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의 오른쪽 위 모서리에서 프로필 사진을 선택한 다음, Your organizations를 클릭합니다.

  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 프로젝트을(를) 리포지토리에 추가.

  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 팀에 프로젝트 추가.

  1. GitHub의 오른쪽 위 모서리에서 프로필 사진을 선택한 다음, Your organizations를 클릭합니다.

  2. 조직 이름을 클릭합니다.

  3. 조직 이름에서 Teams를 클릭합니다.

    조직의 가로 탐색 모음 스크린샷. 사람 아이콘과 "Teams" 레이블의 탭이 진한 주황색으로 표시됩니다.

  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.