Project vs Repository in GitHub

后端 未结 7 1861
情书的邮戳
情书的邮戳 2020-12-12 09:49

In GitHub, what is the conceptual difference between a project (that can be created inside a repository) and a repository?

I\'ve seen several similar questions (her

7条回答
  •  离开以前
    2020-12-12 10:10

    GitHub recently introduced a new feature called Projects. This provides a visual board that is typical of many Project Management tools:

    Project

    A Repository as documented on GitHub:

    A repository is the most basic element of GitHub. They're easiest to imagine as a project's folder. A repository contains all of the project files (including documentation), and stores each file's revision history. Repositories can have multiple collaborators and can be either public or private.

    A Project as documented on GitHub:

    Project boards on GitHub help you organize and prioritize your work. You can create project boards for specific feature work, comprehensive roadmaps, or even release checklists. With project boards, you have the flexibility to create customized workflows that suit your needs.

    Part of the confusion is that the new feature, Projects, conflicts with the overloaded usage of the term project in the documentation above.

提交回复
热议问题