{"meta":{"title":"리포지토리 검색","intro":"이러한 리포지토리 검색 한정자를 조합하여 리포지토리를 GitHub 검색하고 결과의 범위를 좁힐 수 있습니다.","product":"GitHub 검색","breadcrumbs":[{"href":"/ko/enterprise-cloud@latest/search-github","title":"GitHub 검색"},{"href":"/ko/enterprise-cloud@latest/search-github/searching-on-github","title":"GitHub 검색"},{"href":"/ko/enterprise-cloud@latest/search-github/searching-on-github/searching-for-repositories","title":"리포지토리 검색"}],"documentType":"article"},"body":"# 리포지토리 검색\n\n이러한 리포지토리 검색 한정자를 조합하여 리포지토리를 GitHub 검색하고 결과의 범위를 좁힐 수 있습니다.\n\n모든 GitHub리포지토리를 전역적으로 검색하거나 특정 조직 내에서 리포지토리를 검색할 수 있습니다. 자세한 내용은 [GitHub 검색 정보](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github)을(를) 참조하세요.\n\n검색 결과에 포크를 포함하려면 쿼리에 `fork:true` 또는 `fork:only`를 추가해야 합니다. 자세한 내용은 [포크에서 검색](/ko/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks)을(를) 참조하세요.\n\n> \\[!TIP]\n>\n> * 이 문서에는 GitHub.com 웹 사이트의 예제 검색 링크가 포함되어 있지만 모든 GitHub 플랫폼에서 동일한 검색 필터를 사용할 수 있습니다. 연결된 예제 검색에서 `github.com`을 GitHub 플랫폼을 위한 호스트 이름으로 바꿉니다.\n> * 결과를 더 개선하기 위해 검색 한정자에 추가할 수 있는 검색 구문 목록은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n> * 여러 단어로 된 검색어를 따옴표로 묶으세요. 예를 들어 “진행 중”이라는 레이블이 있는 문제를 검색하려면 `label:\"in progress\"`를 검색합니다. 검색은 대/소문자를 구분하지 않습니다.\n\n## README 파일의 리포지토리 이름, 설명 또는 콘텐츠로 검색\n\n`in` 한정자를 사용하면 README 파일의 리포지토리 이름, 리포지토리 설명, 리포지토리 토픽, 콘텐츠 또는 이들의 조합으로 검색을 제한할 수 있습니다. 이 한정자를 생략하면 리포지토리 이름, 설명, 토픽만 검색됩니다.\n\n| 한정자                                                                                                                                                         | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `in:name`                                                                                                                                                   |    |\n| \\[                                                                                                                                                          |    |\n| **jquery in:name**]\\(<https://github.com/search?q=jquery+in%3Aname&type=Repositories)은> 리포지토리 이름에 “jquery”가 있는 리포지토리를 찾습니다.                                 |    |\n| `in:description`                                                                                                                                            |    |\n| \\[                                                                                                                                                          |    |\n| **jquery in:name,description**]\\(<https://github.com/search?q=jquery+in%3Aname%2Cdescription&type=Repositories)은> 리포지토리 이름 또는 설명에 “jquery”가 있는 리포지토리를 찾습니다. |    |\n| `in:topics`                                                                                                                                                 |    |\n| \\[                                                                                                                                                          |    |\n| **jquery in:topics**]\\(<https://github.com/search?q=jquery+in%3Atopics&type=Repositories)는> “jquery”로 레이블이 지정된 리포지토리를 토픽으로 일치시킵니다.                          |    |\n| `in:readme`                                                                                                                                                 |    |\n| \\[                                                                                                                                                          |    |\n| **jquery in:readme**]\\(<https://github.com/search?q=jquery+in%3Areadme&type=Repositories)는> 리포지토리의 README 파일에 “jquery”가 언급된 리포지토리를 찾습니다.                    |    |\n| `repo:owner/name`                                                                                                                                           |    |\n| \\[                                                                                                                                                          |    |\n| **repo:octocat/hello-world**]\\(<https://github.com/search?q=repo%3Aoctocat%2Fhello-world)는> 특정 리포지토리 이름을 찾습니다.                                              |    |\n\n## 리포지토리 콘텐츠로 검색\n\n`in:readme` 한정자를 사용하여 리포지토리의 README 파일의 콘텐츠를 검색하여 리포지토리를 찾을 수 있습니다. 자세한 내용은 [리포지토리 README 파일에 관하여](/ko/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes)을(를) 참조하세요.\n\n`in:readme`를 사용하지 않으면 리포지토리 내에서 특정 콘텐츠를 검색하여 리포지토리를 찾을 수 없습니다. 리포지토리 내에서 특정 파일 또는 콘텐츠를 검색하려면 파일 찾기 또는 코드 관련 검색 한정자를 사용하면 됩니다. 자세한 내용은 [GitHub 파일 찾기](/ko/enterprise-cloud@latest/search-github/searching-on-github/finding-files-on-github) 및 [GitHub Code Search 구문 이해](/ko/enterprise-cloud@latest/search-github/github-code-search/understanding-github-code-search-syntax)을 참조하세요.\n\n| 한정자                                                                                                                                         | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `in:readme`                                                                                                                                 |    |\n| \\[                                                                                                                                          |    |\n| **octocat in:readme**]\\(<https://github.com/search?q=octocat+in%3Areadme&type=Repositories)는> 리포지토리의 README 파일에 “octocat”이 언급된 리포지토리를 찾습니다. |    |\n\n## 사용자 또는 조직의 리포지토리 내에서 검색\n\n특정 사용자나 조직이 소유한 모든 리포지토리에서 검색하려면 `user` 또는 `org` 한정자를 사용하면 됩니다.\n\n| 한정자                                                                                                                                                   | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>user:<em>USERNAME</em></code>                                                                                                                   |    |\n| \\[                                                                                                                                                    |    |\n| **user:defunkt forks:>100**]\\(<https://github.com/search?q=user%3Adefunkt+forks%3A%3E%3D100&type=Repositories)은> 포크가 100개가 넘는 @defunkt에서 리포지토리를 찾습니다. |    |\n| <code>org:<em>ORGNAME</em></code>                                                                                                                     |    |\n| \\[                                                                                                                                                    |    |\n| **org:github**]\\(<https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub&type=Repositories>) GitHub 리포지토리와 일치합니다.                                    |    |\n\n## 리포지토리 크기로 검색\n\n`size` 한정자는 보다 큼, 보다 작음 및 범위 한정자를 사용하여 특정 크기(킬로바이트 단위)와 일치하는 리포지토리를 찾습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                              | 예시 |\n| ---------------------------------------------------------------------------------------------------------------- | -- |\n| <code>size:<em>n</em></code>                                                                                     |    |\n| \\[                                                                                                               |    |\n| **size:1000**]\\(<https://github.com/search?q=size%3A1000&type=Repositories)은> 정확히 1MB인 리포지토리를 찾습니다.              |    |\n| <code>size:><em>n</em></code>                                                                                    |    |\n| \\[                                                                                                               |    |\n| **size:>=30000**]\\(<https://github.com/search?q=size%3A%3E%3D30000&type=Repositories)은> 30MB 이상인 리포지토리를 찾습니다.    |    |\n| <code>size:<<em>n</em></code>                                                                                    |    |\n| \\[                                                                                                               |    |\n| **size:<50**]\\(<https://github.com/search?q=size%3A%3C50&type=Repositories)은> 50KB 미만인 리포지토리를 찾습니다.              |    |\n| <code>size:<em>n..n</em></code>                                                                                  |    |\n| \\[                                                                                                               |    |\n| **size:50..120**]\\(<https://github.com/search?q=size%3A50..120&type=Repositories)은> 50KB와 120KB 사이의 리포지토리를 찾습니다. |    |\n\n## 팔로워 수로 검색\n\n보다 큼, 보다 작음 및 범위 한정자와 함께 `followers` 한정자를 사용하여 리포지토리를 팔로우하는 사용자 수를 기준으로 리포지토리를 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                         | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>followers:>=<em>n</em></code>                                                                                                                                                         |    |\n| \\[                                                                                                                                                                                          |    |\n| **node followers:>=10000**]\\(<https://github.com/search?q=node+followers%3A%3E%3D10000)은> 팔로워가 10,000명 이상이며 “node”라는 단어가 언급된 리포지토리를 찾습니다.                                                   |    |\n| <code>followers:<em>n..n</em></code>                                                                                                                                                        |    |\n| \\[                                                                                                                                                                                          |    |\n| **styleguide linter followers:1..10**]\\(<https://github.com/search?q=styleguide+linter+followers%3A1..10&type=Repositories)은> 팔로워가 1명에서 10명 사이이며 “styleguide linter”라는 단어가 언급된 리포지토리를 찾습니다. |    |\n\n## 포크 수로 검색\n\n`forks` 한정자는 보다 큼, 보다 작음 및 범위 한정자를 사용하여 리포지토리에 있어야 하는 포크 수를 지정합니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                | 예시 |\n| ------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>forks:<em>n</em></code>                                                                                      |    |\n| \\[                                                                                                                 |    |\n| **forks:5**]\\(<https://github.com/search?q=forks%3A5&type=Repositories)는> 포크가 정확히 5개인 리포지토리와 일치합니다.                |    |\n| <code>forks:><em>n</em></code>                                                                                     |    |\n| \\[                                                                                                                 |    |\n| **forks:>=205**]\\(<https://github.com/search?q=forks%3A%3E%3D205&type=Repositories)는> 포크가 205개 이상인 리포지토리를 찾습니다.    |    |\n| <code>forks:<<em>n</em></code>                                                                                     |    |\n| \\[                                                                                                                 |    |\n| **forks:<90**]\\(<https://github.com/search?q=forks%3A%3C90&type=Repositories)은> 포크가 90개 미만인 리포지토리를 찾습니다.           |    |\n| <code>forks:<em>n..n</em></code>                                                                                   |    |\n| \\[                                                                                                                 |    |\n| **forks:10..20**]\\(<https://github.com/search?q=forks%3A10..20&type=Repositories)은> 포크가 10개에서 20개 사이인 리포지토리를 찾습니다. |    |\n\n## 별 수로 검색\n\n보다 큼, 보다 작음 및 범위 한정자를 사용하여 리포지토리에 있는 별 수를 기준으로 리포지토리를 검색할 수 있습니다. 자세한 내용은 [스타 표시된 리포지토리 저장](/ko/enterprise-cloud@latest/get-started/exploring-projects-on-github/saving-repositories-with-stars) 및 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                    | 예시 |\n| ---------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>stars:<em>n</em></code>                                                                                          |    |\n| \\[                                                                                                                     |    |\n| **stars:500**]\\(<https://github.com/search?utf8=%E2%9C%93&q=stars%3A500&type=Repositories)은> 정확히 별이 500개인 리포지토리를 찾습니다. |    |\n| <code>                                                                                                                 |    |\n| stars:                                                                                                                 |    |\n\n<em>\nn..n\n</em>\n</code>\n<code>\nsize:<\n<em>\nn\n</em>\n</code>\n| \n[\n**stars:10..20 size:<1000**](https://github.com/search?q=stars%3A10..20+size%3A%3C1000&type=Repositories)은 별이 10개에서 20개 사이이며 1,000KB 미만인 리포지토리를 찾습니다.\n| <code>\nstars:>=\n<em>\nn\n</em>\n</code>\n`fork:true`\n<code>\nlanguage:\n<em>\nLANGUAGE\n</em>\n</code>\n| \n[\n**stars:&gt;=500 fork:true language:php**](https://github.com/search?q=stars%3A%3E%3D500+fork%3Atrue+language%3Aphp&type=Repositories)는 포크된 리포지토리를 포함하여 별이 500개 이상인, PHP로 작성된 리포지토리를 검색합니다.\n\n## 리포지토리 생성 시점 또는 마지막 업데이트 시점으로 검색\n\n생성 시간 또는 마지막 업데이트 시간을 기준으로 리포지토리를 필터링할 수 있습니다. 리포지토리 생성의 경우 `created` 한정자를 사용할 수 있습니다. 리포지토리가 마지막으로 업데이트된 시점을 확인하려면 `pushed` 한정자를 사용해야 합니다.\n`pushed` 한정자는 리포지토리의 모든 분기에서 최근 커밋을 기준으로 정렬된 리포지토리 목록을 반환합니다.\n\n둘 다 날짜를 매개 변수로 사용합니다.\n날짜 형식은 [ISO8601](http://en.wikipedia.org/wiki/ISO_8601) 표준인 `YYYY-MM-DD`(년-월-일)를 따라야 합니다.\n날짜 뒤에 선택적 시간 정보 `THH:MM:SS+00:00`을 추가하여 시, 분, 초로 검색할 수도 있습니다. 이것은 `T`이며 그 다음은 `HH:MM:SS`(시-분-초)와 UTC 오프셋(`+00:00`)입니다.\n\n날짜를 검색할 때 보다 큼, 보다 작음, 범위 한정자를 사용하여 결과를 추가로 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                      | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>created:<<em>YYYY-MM-DD</em></code>                                                                                                                                |    |\n| \\[                                                                                                                                                                       |    |\n| **webos created:<2011-01-01**]\\(<https://github.com/search?q=webos+created%3A%3C2011-01-01&type=Repositories)은> \"webos\"라는 단어가 포함되고 2011년 이전에 생성된 리포지토리를 찾습니다.            |    |\n| <code>pushed:><em>YYYY-MM-DD</em></code>                                                                                                                                 |    |\n| \\[                                                                                                                                                                       |    |\n| **css pushed:>2013-02-01**]\\(<https://github.com/search?utf8=%E2%9C%93&q=css+pushed%3A%3E2013-02-01&type=Repositories)는> \"css\"라는 단어가 포함되고 2013년 1월 이후에 푸시된 리포지토리와 일치합니다. |    |\n| <code>                                                                                                                                                                   |    |\n| pushed:>=                                                                                                                                                                |    |\n\n<em>\nYYYY-MM-DD\n</em>\n</code>\n`fork:only`\n| \n[\n**case pushed:&gt;=2013-03-06 fork:only**](https://github.com/search?q=case+pushed%3A%3E%3D2013-03-06+fork%3Aonly&type=Repositories)는 \"case\"라는 단어가 포함되고 2013년 3월 6일 이후에 푸시되었으며 포크인 리포지토리와 일치합니다.\n\n## 언어로 검색\n\n리포지토리의 코드 언어를 기준으로 리포지토리를 검색할 수 있습니다.\n\n| 한정자                                                                                                                               | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>language:<em>LANGUAGE</em></code>                                                                                           |    |\n| \\[                                                                                                                                |    |\n| \\*\\*                                                                                                                              |    |\n| `rails language:javascript`                                                                                                       |    |\n| \\*\\*                                                                                                                              |    |\n| ]\\(<https://github.com/search?q=rails+language%3Ajavascript&type=Repositories)는> \"rails\"라는 단어가 포함되고 JavaScript로 작성된 리포지토리와 일치합니다. |    |\n\n## 토픽으로 검색\n\n특정 토픽으로 분류된 모든 리포지토리를 찾을 수 있습니다. 자세한 내용은 [토픽을 사용하여 리포지토리 분류](/ko/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics)을(를) 참조하세요.\n\n| 한정자                                                                                                                                 | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>topic:<em>TOPIC</em></code>                                                                                                   |    |\n| \\[                                                                                                                                  |    |\n| \\*\\*                                                                                                                                |    |\n| `topic:jekyll`                                                                                                                      |    |\n| \\*\\*                                                                                                                                |    |\n| ]\\(<https://github.com/search?utf8=%E2%9C%93&q=topic%3Ajekyll&type=Repositories&ref=searchresults)은> “Jekyll” 토픽으로 분류된 리포지토리를 찾습니다. |    |\n\n## 토픽 수로 검색\n\n보다 큼, 보다 작음 및 범위 한정자와 함께 `topics` 한정자를 사용하여 리포지토리에 적용된 토픽 수로 리포지토리를 검색할 수 있습니다. 자세한 내용은 [토픽을 사용하여 리포지토리 분류](/ko/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics) 및 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                                        | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>topics:<em>n</em></code>                                                                                                             |    |\n| \\[                                                                                                                                         |    |\n| **topics:5**]\\(<https://github.com/search?utf8=%E2%9C%93&q=topics%3A5&type=Repositories&ref=searchresults)는> 토픽이 5개인 리포지토리를 찾습니다.          |    |\n| <code>topics:><em>n</em></code>                                                                                                            |    |\n| \\[                                                                                                                                         |    |\n| **topics:>3**]\\(<https://github.com/search?utf8=%E2%9C%93&q=topics%3A%3E3&type=Repositories&ref=searchresults)은> 토픽이 3개를 초과하는 리포지토리를 찾습니다. |    |\n\n## 라이선스로 검색\n\n리포지토리의 라이선스 유형으로 리포지토리를 검색할 수 있습니다. 특정 라이선스 또는 라이선스 제품군으로 리포지토리를 필터링하려면 라이선스 키워드를 사용해야 합니다. 자세한 내용은 [리포지토리 라이선싱](/ko/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                   | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>license:<em>LICENSE\\_KEYWORD</em></code>                                                                                                                        |    |\n| \\[                                                                                                                                                                    |    |\n| **license:apache-2.0**]\\(<https://github.com/search?utf8=%E2%9C%93&q=license%3Aapache-2.0&type=Repositories&ref=searchresults)은> Apache License 2.0이 부여된 리포지토리를 찾습니다. |    |\n\n## 리포지토리 표시 여부로 검색\n\n리포지토리의 표시 여부를 기준으로 검색을 필터링할 수 있습니다. 자세한 내용은 [리포지토리 정보](/ko/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories#about-repository-visibility)을(를) 참조하세요.\n\n| 한정자                                                                                                                                           | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:public`                                                                                                                                   |    |\n| \\[                                                                                                                                            |    |\n| **is:public org:github**]\\(<https://github.com/search?q=is%3Apublic+org%3Agithub&type=Repositories>) 는 소유하는 GitHub공용 리포지토리와 일치합니다.            |    |\n|                                                                                                                                               |    |\n| `is:internal`                                                                                                                                 |    |\n| \\[                                                                                                                                            |    |\n| **is:internal test**]\\(<https://github.com/search?q=is%3Ainternal+test&type=Repositories)는> 액세스할 수 있고 \"test\"라는 단어가 포함된 내부 리포지토리에 해당합니다.       |    |\n|                                                                                                                                               |    |\n| `is:private`                                                                                                                                  |    |\n| \\[                                                                                                                                            |    |\n| **is:private pages**]\\(<https://github.com/search?q=is%3Aprivate+pages&type=Repositories)는> 당신이 액세스할 수 있고 \"pages\"라는 단어가 포함된 비공개 리포지토리를 찾아냅니다. |    |\n\n## 리포지토리 사용자 지정 속성을 기준으로 검색\n\n`props.` 접두사가 붙은 한정자를 사용하여 사용자 지정 속성을 기준으로 리포지토리를 필터링할 수 있습니다. 자세한 내용은 [조직의 리포지토리에 대한 사용자 지정 속성 관리](/ko/enterprise-cloud@latest/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization)을(를) 참조하세요.\n\n이러한 한정자를 작동하려면 단일 조직으로 검색을 제한해야 합니다. 그렇지 않으면 `props.` 한정자는 무시됩니다.\n\n| 한정자                                                                                                                                                                                                                            | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>props.<em>PROPERTY</em>:<em>VALUE</em></code>                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                                                             |    |\n| **org:github props.environment:production**]\\(<https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+props.environment%3Atesting&type=Repositories)은> 사용자 지정 속성 `github`가 `environment`으로 설정된 `production` 조직의 리포지토리와 일치합니다. |    |\n\n## 리포지토리가 미러인지 여부를 기준으로 검색\n\n리포지토리가 미러이며 다른 곳에서 호스트되는지 여부를 기준으로 리포지토리를 검색할 수 있습니다. 자세한 내용은 [GitHub open source 기여할 수 있는 방법 찾기](/ko/enterprise-cloud@latest/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github)을(를) 참조하세요.\n\n| 한정자                                                                                                                                         | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `mirror:true`                                                                                                                               |    |\n| \\[                                                                                                                                          |    |\n| **mirror:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=mirror%3Atrue+GNOME&type=)은> \"GNOME\"이라는 단어를 포함하고 있는 미러 리포지토리를 찾습니다.     |    |\n| `mirror:false`                                                                                                                              |    |\n| \\[                                                                                                                                          |    |\n| **mirror:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=mirror%3Afalse+GNOME&type=)은> 미러가 아니며 “GNOME”이라는 단어가 포함된 리포지토리와 일치합니다. |    |\n\n## 리포지토리가 템플릿인지 여부를 기준으로 검색\n\n리포지토리가 템플릿인지 여부를 기준으로 리포지토리를 검색할 수 있습니다. 자세한 내용은 [템플릿 리포지토리 만들기](/ko/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-template-repository)을(를) 참조하세요.\n\n| 한정자                                                                                                                                               | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `template:true`                                                                                                                                   |    |\n| \\[                                                                                                                                                |    |\n| **template:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=template%3Atrue+GNOME&type=)은> 템플릿이며 “GNOME”이라는 단어가 포함된 리포지토리를 찾습니다.        |    |\n| `template:false`                                                                                                                                  |    |\n| \\[                                                                                                                                                |    |\n| **template:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=template%3Afalse+GNOME&type=)은> 템플릿이 아니면서 \"GNOME\"이라는 단어가 포함된 리포지토리와 일치합니다. |    |\n\n## 리포지토리가 보관되는지 여부를 기준으로 검색\n\n리포지토리가 보관되는지 여부를 기준으로 리포지토리를 검색할 수 있습니다. 자세한 내용은 [리포지토리 보관](/ko/enterprise-cloud@latest/repositories/archiving-a-github-repository/archiving-repositories)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                | 예시 |\n| -------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `archived:true`                                                                                                                                    |    |\n| \\[                                                                                                                                                 |    |\n| **archived:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=archived%3Atrue+GNOME&type=)은> 보관되고 \"GNOME\"이라는 단어를 포함하는 리포지토리에 매칭됩니다.        |    |\n| `archived:false`                                                                                                                                   |    |\n| \\[                                                                                                                                                 |    |\n| **archived:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=archived%3Afalse+GNOME&type=)은> 보관되지 않은 \"GNOME\" 단어를 포함한 리포지토리를 검색 조건에 맞습니다. |    |\n\n## `good first issue` 또는 `help wanted` 레이블을 사용하여 문제 수를 기준으로 검색\n\n`help-wanted` 및 `good-first-issue` 한정자를 사용하여 `help-wanted-issues:>n` 또는 `good-first-issues:>n` 레이블이 지정된 최소 문제 수가 있는 리포지토리를 검색할 수 있습니다. 자세한 내용은 [레이블을 사용하여 프로젝트에 유용한 기여 장려](/ko/enterprise-cloud@latest/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                                         | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `good-first-issues:>n`                                                                                                                                                                                      |    |\n| \\[                                                                                                                                                                                                          |    |\n| **good-first-issues:>2 javascript**]\\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+good-first-issues%3A%3E2&type=)는> `good-first-issue` 레이블이 지정된 이슈가 2개보다 많고 \"javascript\"라는 단어가 포함된 리포지토리와 일치합니다. |    |\n| `help-wanted-issues:>n`                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                          |    |\n| **help-wanted-issues:>4 react**]\\(<https://github.com/search?utf8=%E2%9C%93&q=react+help-wanted-issues%3A%3E4&type=)는> `help-wanted` 레이블이 지정된 문제가 4개를 초과하며 “React”라는 단어가 있는 리포지토리를 찾습니다.                    |    |\n\n## 후원 가능 여부를 기준으로 검색\n\n`is:sponsorable` 한정자를 사용하여 GitHub Sponsors에서 소유자가 후원을 받을 수 있는 리포지토리를 검색할 수 있습니다. 자세한 내용은 [GitHub 스폰서 정보](/ko/enterprise-cloud@latest/sponsors/getting-started-with-github-sponsors/about-github-sponsors)을(를) 참조하세요.\n\n`has:funding-file` 한정자를 사용하여 자금 조달 파일이 있는 리포지토리를 검색할 수 있습니다. 자세한 내용은 [리포지토리에 스폰서 단추 표시](/ko/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository#about-funding-files)을(를) 참조하세요.\n\n| 한정자                                                                                                                                 | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:sponsorable`                                                                                                                    |    |\n| \\[                                                                                                                                  |    |\n| **is:sponsorable**]\\(<https://github.com/search?q=is%3Asponsorable&type=Repositories>) 은 소유자가 GitHub Sponsors 프로필을 가진 리포지토리와 일치합니다. |    |\n| `has:funding-file`                                                                                                                  |    |\n| \\[                                                                                                                                  |    |\n| **has:funding-file**]\\(<https://github.com/search?q=has%3Afunding-file&type=Repositories)은> FUNDING.yml 파일이 있는 리포지토리를 찾습니다.         |    |\n\n## 배포 컨텍스트에 따라 검색\n\n조직에서 레코드를 linked artifacts page추가한 경우 이 데이터를 사용하여 조직의 \"리포지토리\" 페이지와 같은 리포지토리 목록을 필터링할 수 있습니다. 자세한 내용은 [연동된 아티팩트 개요](/ko/enterprise-cloud@latest/code-security/concepts/supply-chain-security/linked-artifacts)을(를) 참조하세요.\n\n| 한정자               | 설명                                                      |\n| ----------------- | ------------------------------------------------------- |\n| `deployable:true` | 리포지토리에는 **활성 스토리지 레코드**가 linked artifacts page에 있습니다.   |\n| `deployed:true`   | 에 리포지토리에 대한 활성 **배포 레코드** 가 있습니다 linked artifacts page. |\n\n## 추가 참고 자료\n\n* [검색 결과 정렬](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results)\n* [포크에서 검색](/ko/enterprise-cloud@latest/search-github/searching-on-github/searching-in-forks)"}