[github] repository와 project
프로젝트 같은 포트폴리오를 repositories에 올린다고 알고 있었는데
막상 github를 둘러보니 projects 란이 있길래 무슨 차이가 있는 지 궁금했다.
결론은 초보자라면 repository에 프로젝트를 생성해서 넣으면 된다.
project는 현업 프로젝트와 비슷하다고 함.
Repositories - GitHub Docs
Lists repositories for the specified organization. get /orgs/{org}/repos Name Type In Description accept string header Setting to application/vnd.github.v3+json is recommended. See preview notices org string path type string query Specifies the types of re
docs.github.com
Projects - GitHub Docs
Lists the projects in an organization. Returns a 404 Not Found status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned. get /orgs/{org}/projects
docs.github.com